add text-dark class to cat tagsinput
This commit is contained in:
@@ -55,7 +55,7 @@ $(document).ready(function() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
$("input[data-role=cat-tagsinput]").tagsinput({
|
$("input[data-role=cat-tagsinput]").tagsinput({
|
||||||
tagClass: 'badge badge-pill badge-warning'
|
tagClass: 'badge badge-pill badge-warning text-dark'
|
||||||
});
|
});
|
||||||
|
|
||||||
var doctitle = document.title;
|
var doctitle = document.title;
|
||||||
|
Reference in New Issue
Block a user