mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
Cicada little small fix
missing "!important"
This commit is contained in:
parent
5d859ae4e0
commit
a668feff4a
3 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue