mirror of
https://github.com/s00500/ESPUI.git
synced 2024-11-21 17:40:54 +00:00
Add active styles to Pad to give click feedback
This commit is contained in:
parent
896dc97c75
commit
d8b9c35655
@ -587,6 +587,14 @@ hr {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
.control a.confirm:active {
|
||||
background-color: #777;
|
||||
}
|
||||
|
||||
.control 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
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user