From 72ed290ccd63d8cc92d50ed8239159a2f3fa307a Mon Sep 17 00:00:00 2001 From: git-marijus Date: Sat, 22 Jul 2017 16:23:41 +0200 Subject: add text-dark class to cat tagsinput --- view/theme/redbasic/js/redbasic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view') 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; -- cgit v1.2.3