mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Cicada / Tukan firewall muted-text fix
@fichtner fix firewall muted-text for both themes
This commit is contained in:
committed by
Franco Fichtner
parent
3bbd156ca6
commit
60ecb42656
@@ -1,5 +1,5 @@
|
||||
PLUGIN_NAME= theme-cicada
|
||||
PLUGIN_VERSION= 1.5
|
||||
PLUGIN_VERSION= 1.6
|
||||
PLUGIN_REVISION= 1
|
||||
PLUGIN_COMMENT= The cicada theme - grey/orange
|
||||
PLUGIN_MAINTAINER= rene@team-rebellion.net
|
||||
|
||||
@@ -9645,8 +9645,25 @@ h3 {
|
||||
}
|
||||
}
|
||||
|
||||
.fa.fa-play.text-muted::before {
|
||||
color: #eac80a !important;
|
||||
.fa {
|
||||
&.fa-long-arrow-left {
|
||||
color: #eac80a !important;
|
||||
&::before {
|
||||
color: #eac80a !important;
|
||||
}
|
||||
}
|
||||
&.fa-info-circle.text-muted {
|
||||
color: #eac80a !important;
|
||||
}
|
||||
&.fa-times-circle.text-muted, &.fa-times.text-muted {
|
||||
color: #eac80a !important;
|
||||
&::before {
|
||||
color: #eac80a !important;
|
||||
}
|
||||
}
|
||||
&.fa-play.text-muted::before {
|
||||
color: #eac80a !important;
|
||||
}
|
||||
}
|
||||
|
||||
#system_log-widgets.content-box {
|
||||
|
||||
@@ -6387,7 +6387,7 @@ h3:hover, h3:focus {
|
||||
background-color: #2d2d2d !important;
|
||||
}
|
||||
|
||||
.glyphicon.glyphicon-play.text-muted, .glyphicon.glyphicon-remove.text-muted, .glyphicon.glyphicon-remove-sign.text-muted, .glyphicon.glyphicon-info-sign.text-muted, .fa.fa-play.text-muted::before {
|
||||
.glyphicon.glyphicon-play.text-muted, .glyphicon.glyphicon-remove.text-muted, .glyphicon.glyphicon-remove-sign.text-muted, .glyphicon.glyphicon-info-sign.text-muted,.fa.fa-long-arrow-left,.fa.fa-long-arrow-left::before,.fa.fa-info-circle.text-muted,.fa.fa-times-circle.text-muted,.fa.fa-times-circle.text-muted::before,.fa.fa-times.text-muted,.fa.fa-times.text-muted::before,.fa.fa-play.text-muted::before {
|
||||
color: #eac80a !important;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
PLUGIN_NAME= theme-tukan
|
||||
PLUGIN_VERSION= 1.4
|
||||
PLUGIN_VERSION= 1.5
|
||||
PLUGIN_COMMENT= The tukan theme - blue/white
|
||||
PLUGIN_MAINTAINER= rene@team-rebellion.net
|
||||
|
||||
|
||||
@@ -9701,8 +9701,25 @@ h3 {
|
||||
}
|
||||
}
|
||||
|
||||
.fa.fa-play.text-muted::before {
|
||||
color: #000 !important;
|
||||
.fa {
|
||||
&.fa-long-arrow-left {
|
||||
color: #000 !important;
|
||||
&::before {
|
||||
color: #000 !important;
|
||||
}
|
||||
}
|
||||
&.fa-info-circle.text-muted {
|
||||
color: #000 !important;
|
||||
}
|
||||
&.fa-times-circle.text-muted, &.fa-times.text-muted {
|
||||
color: #000 !important;
|
||||
&::before {
|
||||
color: #000 !important;
|
||||
}
|
||||
}
|
||||
&.fa-play.text-muted::before {
|
||||
color: #000 !important;
|
||||
}
|
||||
}
|
||||
|
||||
#system_log-widgets.content-box {
|
||||
|
||||
@@ -6392,7 +6392,7 @@ h3:hover, h3:focus {
|
||||
color:#FFFFFF !important;
|
||||
}
|
||||
|
||||
.glyphicon.glyphicon-play.text-muted, .glyphicon.glyphicon-remove.text-muted, .glyphicon.glyphicon-remove-sign.text-muted, .glyphicon.glyphicon-info-sign.text-muted, .fa.fa-play.text-muted::before {
|
||||
.glyphicon.glyphicon-play.text-muted, .glyphicon.glyphicon-remove.text-muted, .glyphicon.glyphicon-remove-sign.text-muted, .glyphicon.glyphicon-info-sign.text-muted,.fa.fa-long-arrow-left,.fa.fa-long-arrow-left::before,.fa.fa-info-circle.text-muted,.fa.fa-times-circle.text-muted,.fa.fa-times-circle.text-muted::before,.fa.fa-times.text-muted,.fa.fa-times.text-muted::before,.fa.fa-play.text-muted::before {
|
||||
color: #000 !important;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user