From 60ecb42656d0c8ab5d51bad10505fed0178f1adb Mon Sep 17 00:00:00 2001 From: opnsenseuser Date: Sat, 20 Oct 2018 11:11:05 +0200 Subject: [PATCH] Cicada / Tukan firewall muted-text fix @fichtner fix firewall muted-text for both themes --- misc/theme-cicada/Makefile | 2 +- .../cicada/assets/stylesheets/main.scss | 21 +++++++++++++++++-- .../www/themes/cicada/build/css/main.css | 2 +- misc/theme-tukan/Makefile | 2 +- .../themes/tukan/assets/stylesheets/main.scss | 21 +++++++++++++++++-- .../www/themes/tukan/build/css/main.css | 2 +- 6 files changed, 42 insertions(+), 8 deletions(-) diff --git a/misc/theme-cicada/Makefile b/misc/theme-cicada/Makefile index d057746a6..df29e7f2e 100644 --- a/misc/theme-cicada/Makefile +++ b/misc/theme-cicada/Makefile @@ -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 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 f5618aab7..44e9c4ac7 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 @@ -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 { 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 54fe046f3..990f915da 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 @@ -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; } diff --git a/misc/theme-tukan/Makefile b/misc/theme-tukan/Makefile index 7867780f5..c59f8acb7 100644 --- a/misc/theme-tukan/Makefile +++ b/misc/theme-tukan/Makefile @@ -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 diff --git a/misc/theme-tukan/src/opnsense/www/themes/tukan/assets/stylesheets/main.scss b/misc/theme-tukan/src/opnsense/www/themes/tukan/assets/stylesheets/main.scss index b5f4098c6..d5130f119 100644 --- a/misc/theme-tukan/src/opnsense/www/themes/tukan/assets/stylesheets/main.scss +++ b/misc/theme-tukan/src/opnsense/www/themes/tukan/assets/stylesheets/main.scss @@ -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 { diff --git a/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/main.css b/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/main.css index 2c582084a..5606d5f72 100644 --- a/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/main.css +++ b/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/main.css @@ -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; }