summaryrefslogtreecommitdiff
path: root/kvmd/web/css/mobile.css
diff options
context:
space:
mode:
Diffstat (limited to 'kvmd/web/css/mobile.css')
-rw-r--r--kvmd/web/css/mobile.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/kvmd/web/css/mobile.css b/kvmd/web/css/mobile.css
index fe306e77..f12e1f8c 100644
--- a/kvmd/web/css/mobile.css
+++ b/kvmd/web/css/mobile.css
@@ -28,10 +28,10 @@
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
- div.ctl-dropdown-content button, select {
+ button, select {
height: 45px !important;
}
- div.ctl-dropdown-content button:enabled:hover, select:enabled:hover {
+ button:enabled:hover, select:enabled:hover {
color: var(--fg-color-normal) !important;
background-color: var(--bg-color-normal) !important;
}