diff options
author | Devaev Maxim <[email protected]> | 2018-07-17 04:14:05 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-07-17 04:14:05 +0300 |
commit | 1c4a6b0debd627cc141b3c6ca3269506f1cfe967 (patch) | |
tree | bb438e97b7f56391e0c433447208aba316baff6e /kvmd/web/css/main.css | |
parent | 45bdfd111d1c1e9107ec904490e5e233d14b8c9b (diff) |
refactoring
Diffstat (limited to 'kvmd/web/css/main.css')
-rw-r--r-- | kvmd/web/css/main.css | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/kvmd/web/css/main.css b/kvmd/web/css/main.css index 6620e509..1817ecaf 100644 --- a/kvmd/web/css/main.css +++ b/kvmd/web/css/main.css @@ -53,6 +53,7 @@ ul#ctl p { ul#ctl img { margin: 0px; padding: 11px 11px; + height: 24px; } ul#ctl a.ctl-item { display: block; @@ -89,9 +90,10 @@ div.ctl-dropdown-content button { display: block; width: 100%; white-space:nowrap; - height: 30px!important; - font-size: 16px!important; + height: 30px; + font-size: 16px; text-align: left; + cursor: pointer; } div.ctl-dropdown-content button:last-child { border-radius: 0 0 8px 8px; @@ -102,6 +104,7 @@ div.ctl-dropdown-content button:enabled:hover { } div.ctl-dropdown-content button:disabled { color: #36393f; + cursor: wait; } div.ctl-dropdown-content hr { margin: 0px; @@ -126,6 +129,7 @@ img#stream-image { height: 480px; display: inline-block; border: 1px solid #17191d; + background-color: black; } img.stream-image-active { cursor: crosshair; @@ -144,7 +148,6 @@ img#msd-led, img#atx-hdd-led, img#stream-led, img#hid-keyboard-led { - height: 24px; } img.led-on { -webkit-filter: invert(0.5) sepia(1) saturate(5) hue-rotate(100deg); |