From 57427ee1fa01832d92c6e7232449aad0ba2bec35 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 24 Oct 2018 08:03:11 +0200 Subject: [PATCH] misc: update all themes --- misc/theme-cicada/Makefile | 2 +- .../cicada/assets/stylesheets/main.scss | 25 ++++++++++++++----- .../www/themes/cicada/build/css/main.css | 6 +---- misc/theme-rebellion/Makefile | 2 +- .../rebellion/assets/stylesheets/main.scss | 4 --- .../www/themes/rebellion/build/css/main.css | 3 --- misc/theme-tukan/Makefile | 2 +- .../themes/tukan/assets/stylesheets/main.scss | 25 ++++++++++++++----- .../www/themes/tukan/build/css/main.css | 6 +---- 9 files changed, 43 insertions(+), 32 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..8f41405ba 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 @@ -9519,10 +9519,6 @@ label > input { background-color: #ec6d12; } -.dashboard_grid_column table { - table-layout: fixed; -} - #ipsec { #ipsec-mobile, #ipsec-tunnel, #ipsec-overview { background-color: #393939; @@ -9645,8 +9641,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..ee2c4df0b 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 @@ -6282,10 +6282,6 @@ label > input[type="radio"] { background-color: #ec6d12; } -.dashboard_grid_column table { - table-layout: fixed; -} - #ipsec #ipsec-mobile, #ipsec #ipsec-tunnel, #ipsec #ipsec-overview { background-color: #393939; } @@ -6387,7 +6383,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-rebellion/Makefile b/misc/theme-rebellion/Makefile index 6ff6a7b85..888c8fd09 100644 --- a/misc/theme-rebellion/Makefile +++ b/misc/theme-rebellion/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= theme-rebellion -PLUGIN_VERSION= 1.6 +PLUGIN_VERSION= 1.7 PLUGIN_COMMENT= A suitably dark theme PLUGIN_MAINTAINER= team-rebellion@queens-park.com diff --git a/misc/theme-rebellion/src/opnsense/www/themes/rebellion/assets/stylesheets/main.scss b/misc/theme-rebellion/src/opnsense/www/themes/rebellion/assets/stylesheets/main.scss index 8f2567a66..18d2d6e7d 100644 --- a/misc/theme-rebellion/src/opnsense/www/themes/rebellion/assets/stylesheets/main.scss +++ b/misc/theme-rebellion/src/opnsense/www/themes/rebellion/assets/stylesheets/main.scss @@ -942,10 +942,6 @@ div[data-for*="help_for"] { margin-bottom: 0px; } -.dashboard_grid_column table { - table-layout: fixed; -} - #ipsec { #ipsec-mobile, #ipsec-tunnel, #ipsec-overview { background-color: #333333; diff --git a/misc/theme-rebellion/src/opnsense/www/themes/rebellion/build/css/main.css b/misc/theme-rebellion/src/opnsense/www/themes/rebellion/build/css/main.css index befc03389..f7bcdf58f 100644 --- a/misc/theme-rebellion/src/opnsense/www/themes/rebellion/build/css/main.css +++ b/misc/theme-rebellion/src/opnsense/www/themes/rebellion/build/css/main.css @@ -7643,9 +7643,6 @@ div[data-for*=help_for] { margin-top: 0px; margin-bottom: 0px; } -.dashboard_grid_column table { - table-layout: fixed; } - #ipsec #ipsec-mobile, #ipsec #ipsec-tunnel, #ipsec #ipsec-overview { background-color: #333333; } #ipsec .ipsec-tab { 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..9b88c9d6c 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 @@ -9575,10 +9575,6 @@ label > input { background-color: #ffe83e; } -.dashboard_grid_column table { - table-layout: fixed; -} - #ipsec { #ipsec-mobile, #ipsec-tunnel, #ipsec-overview { background-color: #f0f0f0; @@ -9701,8 +9697,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..167ce2152 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 @@ -6293,10 +6293,6 @@ label > input[type="radio"] { background-color: #ffe83e; } -.dashboard_grid_column table { - table-layout: fixed; -} - #ipsec #ipsec-mobile, #ipsec #ipsec-tunnel, #ipsec #ipsec-overview { background-color: #f0f0f0; } @@ -6392,7 +6388,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; }