Themes cicada/tukan - firewall live log update (#1290)

.fw_nat, .fw_block, .fw_pass
This commit is contained in:
René
2019-04-02 09:17:26 +02:00
committed by Franco Fichtner
parent e661db54c3
commit bf668c33e7
4 changed files with 22 additions and 2 deletions
@@ -9583,7 +9583,12 @@ label > input {
}
.fw_block {
background-color: #DB4829 !important;
background-color: #683232 !important;
color: #FFF;
}
.fw_nat {
background-color: #575757 !important;
color: #FFF;
}
@@ -6315,9 +6315,15 @@ label > input[type="radio"] {
}
.fw_block {
background-color: #DB4829 !important;
background-color: #683232 !important;
color: #FFF;
}
.fw_nat {
background-color: #575757 !important;
color: #FFF;
}
/*additional extensions for theme-cicada*/
#tab_1 #maintabs {
@@ -9602,6 +9602,11 @@ label > input {
color: #FFF;
}
.fw_nat {
background-color: #CBA026 !important;
color:#FFF;
}
/*additional extensions for theme-tukan*/
#tab_1 #maintabs {
@@ -6315,6 +6315,10 @@ label > input[type="radio"] {
.fw_block {
background-color: #CB4326 !important;
color:#FFF;
}
.fw_nat {
background-color: #CBA026 !important;
color:#FFF;
}
/*additional extensions for theme-tukan*/