diff options
author | Devaev Maxim <[email protected]> | 2018-08-19 06:40:08 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-08-19 06:40:08 +0300 |
commit | 0a4ab0e429d943a07d9c8a2a7bc703215fafb25e (patch) | |
tree | 9ce1e04de8367410cb8f77371f2b7e5dc46b01ad /kvmd | |
parent | 1ab2d5744329cb5cd1be69c009800687cad30425 (diff) |
disabled mobile hover on menubar
Diffstat (limited to 'kvmd')
-rw-r--r-- | kvmd/web/css/mobile.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kvmd/web/css/mobile.css b/kvmd/web/css/mobile.css index 9d686da2..6204afb6 100644 --- a/kvmd/web/css/mobile.css +++ b/kvmd/web/css/mobile.css @@ -17,6 +17,10 @@ height: 40px !important; } + ul#ctl li a.ctl-item:hover:not(.active) { + background-color: var(--bg-color-ctl) !important; + } + div#keyboard div.key:hover, div.modifier:hover { color: var(--fg-color-normal); background-color: var(--bg-color-gray); |