1
0
mirror of https://github.com/s00500/ESPUI.git synced 2025-06-12 09:20:39 +00:00

Add active styles to Pad to give click feedback

This commit is contained in:
Ian Gray
2022-01-31 22:06:54 +00:00
parent 896dc97c75
commit d8b9c35655
4 changed files with 12 additions and 4 deletions

View File

@ -587,6 +587,14 @@ hr {
background-color: #eee;
}
.control a.confirm:active {
background-color: #777;
}
.control li:active {
background-color: #777;
}
/* Switch
*/

File diff suppressed because one or more lines are too long