diff options
author | git-marijus <mario@mariovavti.com> | 2017-07-22 16:23:41 +0200 |
---|---|---|
committer | git-marijus <mario@mariovavti.com> | 2017-07-22 16:23:41 +0200 |
commit | 72ed290ccd63d8cc92d50ed8239159a2f3fa307a (patch) | |
tree | 29399c10f99915c0aad4bddb07228c90b5eeda48 /view/theme/redbasic | |
parent | 16067db718b0746892a5c81782ee72e21554b62c (diff) | |
download | volse-hubzilla-72ed290ccd63d8cc92d50ed8239159a2f3fa307a.tar.gz volse-hubzilla-72ed290ccd63d8cc92d50ed8239159a2f3fa307a.tar.bz2 volse-hubzilla-72ed290ccd63d8cc92d50ed8239159a2f3fa307a.zip |
add text-dark class to cat tagsinput
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/js/redbasic.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/js/redbasic.js b/view/theme/redbasic/js/redbasic.js index 14b977b80..a4fee495c 100644 --- a/view/theme/redbasic/js/redbasic.js +++ b/view/theme/redbasic/js/redbasic.js @@ -55,7 +55,7 @@ $(document).ready(function() { }); $("input[data-role=cat-tagsinput]").tagsinput({ - tagClass: 'badge badge-pill badge-warning' + tagClass: 'badge badge-pill badge-warning text-dark' }); var doctitle = document.title; |