aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorgit-marijus <mario@mariovavti.com>2017-07-22 16:23:41 +0200
committergit-marijus <mario@mariovavti.com>2017-07-22 16:23:41 +0200
commit72ed290ccd63d8cc92d50ed8239159a2f3fa307a (patch)
tree29399c10f99915c0aad4bddb07228c90b5eeda48 /view/theme
parent16067db718b0746892a5c81782ee72e21554b62c (diff)
downloadvolse-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')
-rw-r--r--view/theme/redbasic/js/redbasic.js2
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;