mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Cicada little small fix
missing "!important"
This commit is contained in:
committed by
Franco Fichtner
parent
5d859ae4e0
commit
a668feff4a
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user