mirror of
https://github.com/s00500/ESPUI.git
synced 2025-06-12 09:20:39 +00:00
Also support disabling the Pads
This commit is contained in:
@ -587,12 +587,11 @@ hr {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
.control a.confirm:active {
|
||||
background-color: #777;
|
||||
.control:not(.disabled) a.confirm:active {
|
||||
background-color:#777
|
||||
}
|
||||
|
||||
.control li:active {
|
||||
background-color: #777;
|
||||
.control:not(.disabled) li:active {
|
||||
background-color:#777
|
||||
}
|
||||
|
||||
/* Switch
|
||||
|
2
data/css/style.min.css
vendored
2
data/css/style.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user