misc: update all themes

This commit is contained in:
Franco Fichtner 2018-10-24 08:03:11 +02:00
parent 44b1bc2b5a
commit 57427ee1fa
9 changed files with 43 additions and 32 deletions

View file

@ -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

View file

@ -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 {

View file

@ -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;
}

View file

@ -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

View file

@ -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;

View file

@ -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 {

View file

@ -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

View file

@ -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 {

View file

@ -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;
}