mirror of
https://github.com/s00500/ESPUI.git
synced 2025-06-23 13:10:18 +00:00
Add active styles to Pad to give click feedback
This commit is contained in:
@ -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
Reference in New Issue
Block a user