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:
@@ -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
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user