mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Themes cicada/tukan - firewall live log update (#1290)
.fw_nat, .fw_block, .fw_pass
This commit is contained in:
@@ -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*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user