mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
.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:
parent
55ac7b5581
commit
aad9cf26a8
6 changed files with 14 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -9820,3 +9820,6 @@ div.Tokenize ul {
|
|||
background-color: #292929;
|
||||
border: 1px solid #515151;
|
||||
}
|
||||
.bootstrap-dialog.type-success .modal-header {
|
||||
background-color: #c35d12 !important;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -9816,3 +9816,6 @@ h3 {
|
|||
background-color: #FFF;
|
||||
border: 1px solid #c2c2c2;
|
||||
}
|
||||
.bootstrap-dialog.type-success .modal-header {
|
||||
background-color: #427795 !important;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;}
|
||||
Loading…
Reference in a new issue