Cicada Theme Update - Additional fixes for Firewall Schedule. (#678)

This commit is contained in:
Martin Wasley 2018-05-23 15:39:39 +01:00 committed by Franco Fichtner
parent 875c6dcd85
commit d7ca3459f5
2 changed files with 9434 additions and 7898 deletions

View file

@ -2461,10 +2461,10 @@ input[type="color"]
{
cursor: not-allowed;
background-color: #68686899;
background-color: #686868;
opacity: 0.8;
filter: alpha(opacity=80);
border-color: #ffffff4d; }
border-color: #ffffff; }
select[disabled]:hover, select[readonly]:hover, fieldset[disabled]:hover,
textarea[disabled]:hover,
@ -2515,10 +2515,10 @@ input[type="color"]
{
cursor: not-allowed;
background-color: #68686899;
background-color: #686868;
opacity: 0.8;
filter: alpha(opacity=80);
border:1px solid #ffffff4d;
border:1px solid #ffffff;
-webkit-box-shadow: none;
box-shadow: none; }
@ -6104,11 +6104,17 @@ label > input[type="radio"] {
min-width: 100%;
max-width: 100%; }
/*****************************************
******************************************
**additional extensions for theme-cicada**
******************************************
*****************************************/
/* fields in firewall schedule */
[data-state="lightcoral"] {
background-color: lightcoral; }
[data-state="white"] {
background-color: inherit; }
[data-state="red"] {
background-color: #ec6d12; }
/*additional extensions for theme-cicada*/
#tab_1 #maintabs {
border-bottom: 1px solid #565656; }
@ -6242,4 +6248,4 @@ div.Tokenize ul.TokensContainer li.Token a.Close {
.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 {
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; }
#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; }