summaryrefslogtreecommitdiff
path: root/kvmd/web/css/mobile.css
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-08-27 11:07:19 +0300
committerDevaev Maxim <[email protected]>2018-08-27 11:12:15 +0300
commit47a077a3b7d7ccadf8a1adcd608ffe61ac5bf818 (patch)
treebbc2f1b8cd9b195384e3b4e0819df8a994475e98 /kvmd/web/css/mobile.css
parent95ea69d43f0e6b0da33f06eb1360bd1e94fbd624 (diff)
refactoring
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;
}