1
0
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:
Ian Gray
2022-01-31 22:34:00 +00:00
parent d8b9c35655
commit 9a4cb277e9
6 changed files with 49 additions and 35 deletions

View File

@ -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

File diff suppressed because one or more lines are too long