add text-dark class to cat tagsinput
This commit is contained in:
parent
16067db718
commit
72ed290ccd
@ -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;
|
||||
|
Reference in New Issue
Block a user