From 95ea69d43f0e6b0da33f06eb1360bd1e94fbd624 Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Mon, 27 Aug 2018 07:48:05 +0300 Subject: some mobile improvements --- kvmd/web/css/mobile.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'kvmd') diff --git a/kvmd/web/css/mobile.css b/kvmd/web/css/mobile.css index 6204afb6..fe306e77 100644 --- a/kvmd/web/css/mobile.css +++ b/kvmd/web/css/mobile.css @@ -28,9 +28,13 @@ } @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) { - div.ctl-dropdown-content button { + div.ctl-dropdown-content button, select { height: 45px !important; } + div.ctl-dropdown-content button:enabled:hover, select:enabled:hover { + color: var(--fg-color-normal) !important; + background-color: var(--bg-color-normal) !important; + } div#stream-window { padding-top: 9px !important; @@ -66,4 +70,10 @@ div#keyboard-window-header { display: none !important } + + @supports (-webkit-appearance:none) { + div.stream-params div#stream-size-slider-box input[type=range] { + margin: 20px 0 20px 0 !important; + } + } } -- cgit v1.2.3