mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 11:26:13 +00:00
firewall: inherit color for themes
PR: https://forum.opnsense.org/index.php?topic=8699.0
This commit is contained in:
parent
89b433f951
commit
319a8bca28
@ -320,7 +320,7 @@ function daytoggle(id) {
|
||||
|
||||
if (daycell != null){
|
||||
if (rgb2hex(daycell.style.backgroundColor) == "#FF0000"){ // red
|
||||
daycell.style.backgroundColor = "#FFFFFF"; // white
|
||||
daycell.style.backgroundColor = "inherit";
|
||||
str = id + ",";
|
||||
daysSelected = daysSelected.replace(str, "");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user