From 32dcc28414a43b42e5da082b1781824ecac42bfb Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 25 Jan 2023 14:05:20 +0000 Subject: calendar: fixes --- view/theme/redbasic/css/style.css | 5 +---- view/theme/redbasic/js/redbasic.js | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) (limited to 'view/theme') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 4c991a724..721785529 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1551,6 +1551,7 @@ dl.bb-dl > dd > li { } .bootstrap-tagsinput { + width: 100%; padding: 0 .5rem; } @@ -1750,10 +1751,6 @@ dl.bb-dl > dd > li { opacity: 1; } -.bootstrap-tagsinput { - width: 100%; -} - .jg-entry img { border-radius: var(--bs-border-radius); } diff --git a/view/theme/redbasic/js/redbasic.js b/view/theme/redbasic/js/redbasic.js index f502b2538..ca27bb825 100644 --- a/view/theme/redbasic/js/redbasic.js +++ b/view/theme/redbasic/js/redbasic.js @@ -84,7 +84,7 @@ $(document).ready(function() { }); $("input[data-role=cat-tagsinput]").tagsinput({ - tagClass: 'badge rounded-pill bg-warning' + tagClass: 'badge rounded-pill bg-warning text-dark' }); $('a.disabled').click(function(e) { -- cgit v1.2.3