.bootstrap-dialog.type-success .modal-header color fix

.bootstrap-dialog.type-success .modal-header color fix for both themes - cicada and tukan
This commit is contained in:
opnsenseuser 2018-08-05 22:28:26 +02:00 committed by Franco Fichtner
parent 55ac7b5581
commit aad9cf26a8
6 changed files with 14 additions and 4 deletions

View file

@ -1,6 +1,6 @@
PLUGIN_NAME= theme-cicada
PLUGIN_VERSION= 1.2
PLUGIN_VERSION= 1.3
PLUGIN_COMMENT= The cicada theme - grey/orange
PLUGIN_MAINTAINER= martin@team-rebellion.net
PLUGIN_MAINTAINER= rene@team-rebellion.net
.include "../../Mk/plugins.mk"

View file

@ -9820,3 +9820,6 @@ div.Tokenize ul {
background-color: #292929;
border: 1px solid #515151;
}
.bootstrap-dialog.type-success .modal-header {
background-color: #c35d12 !important;
}

View file

@ -6397,3 +6397,6 @@ div.Tokenize ul.TokensContainer, div.Tokenize ul.Dropdown {
color: #eac80a !important;}
#system_log-widgets.content-box {border:none;}
#chart,#chart_intf_in,#chart_intf_out,#chart_top_ports,#chart_top_sources,#traffic_graph_widget_chart_in,#traffic_graph_widget_chart_out { background-color: #292929; border: 1px solid #515151; }
.bootstrap-dialog.type-success .modal-header {
background-color: #c35d12 !important;
}

View file

@ -1,6 +1,6 @@
PLUGIN_NAME= theme-tukan
PLUGIN_VERSION= 1.1
PLUGIN_VERSION= 1.2
PLUGIN_COMMENT= The tukan theme - blue/white
PLUGIN_MAINTAINER= martin@team-rebellion.net
PLUGIN_MAINTAINER= rene@team-rebellion.net
.include "../../Mk/plugins.mk"

View file

@ -9816,3 +9816,6 @@ h3 {
background-color: #FFF;
border: 1px solid #c2c2c2;
}
.bootstrap-dialog.type-success .modal-header {
background-color: #427795 !important;
}

View file

@ -6374,3 +6374,4 @@ stroke: rgb(143, 143, 143) !important; }
color: #000 !important;}
#system_log-widgets.content-box {border:none; box-shadow: none;}
#chart,#chart_intf_in,#chart_intf_out,#chart_top_ports,#chart_top_sources,#traffic_graph_widget_chart_in,#traffic_graph_widget_chart_out { background-color: #FFF; border: 1px solid #c2c2c2; }
.bootstrap-dialog.type-success .modal-header {background-color: #427795 !important;}