1
0
mirror of https://github.com/s00500/ESPUI.git synced 2025-11-27 23:03:16 +00:00

Fix classes for mobile

Signed-off-by: Lukas Bachschwell <lukas@lbsfilm.at>
This commit is contained in:
2025-11-24 12:21:31 +01:00
parent 4e32746159
commit 2a6fa24892
17 changed files with 473 additions and 430 deletions

View File

@@ -427,6 +427,12 @@ button:enabled:active {
transform: translateX(4px) translateY(4px);
}
/* Pressed state for touch events */
button.pressed {
background-color: #666666 !important;
transform: translateX(4px) translateY(4px);
}
/* Main Head Part
*/
@@ -594,6 +600,14 @@ hr {
background-color:#777
}
/* Pressed state for touch events on pads */
.control:not(.disabled) a.pressed {
background-color: #777 !important;
}
.control:not(.disabled) li.pressed a {
background-color: #777 !important;
}
/* Switch
*/