diff --git a/misc/theme-cicada/Makefile b/misc/theme-cicada/Makefile index cf7fb97e0..b79faa208 100644 --- a/misc/theme-cicada/Makefile +++ b/misc/theme-cicada/Makefile @@ -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 diff --git a/misc/theme-cicada/src/opnsense/www/themes/cicada/assets/stylesheets/main.scss b/misc/theme-cicada/src/opnsense/www/themes/cicada/assets/stylesheets/main.scss index 1d140c5b6..ce3b0072d 100644 --- a/misc/theme-cicada/src/opnsense/www/themes/cicada/assets/stylesheets/main.scss +++ b/misc/theme-cicada/src/opnsense/www/themes/cicada/assets/stylesheets/main.scss @@ -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; } } diff --git a/misc/theme-cicada/src/opnsense/www/themes/cicada/build/css/main.css b/misc/theme-cicada/src/opnsense/www/themes/cicada/build/css/main.css index 4370a9325..3769944df 100644 --- a/misc/theme-cicada/src/opnsense/www/themes/cicada/build/css/main.css +++ b/misc/theme-cicada/src/opnsense/www/themes/cicada/build/css/main.css @@ -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 {