Cicada little small fix

missing "!important"
This commit is contained in:
opnsenseuser 2023-01-21 18:28:35 +01:00 committed by Franco Fichtner
parent 5d859ae4e0
commit a668feff4a
3 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
PLUGIN_NAME= theme-cicada
PLUGIN_VERSION= 1.31
PLUGIN_VERSION= 1.32
PLUGIN_COMMENT= The cicada theme - dark grey onyx
PLUGIN_MAINTAINER= rene@team-rebellion.net
PLUGIN_NO_ABI= yes

View file

@ -10667,12 +10667,12 @@ ul.jqtree-tree {
router-view {
.text-success.m-r-5 {
font-weight: bold;
color: #fff;
color: #fff !important;
}
.text-danger.m-r-5 {
font-weight: bold;
color: #000;
color: #000 !important;
}
}

View file

@ -6640,12 +6640,12 @@ ul.jqtree-tree .jqtree-title {
router-view .text-success.m-r-5 {
font-weight: bold;
color: #fff;
color: #fff !important;
}
router-view .text-danger.m-r-5 {
font-weight: bold;
color: #000;
color: #000 !important;
}
.bootstrap-tagsinput {