diff options
author | Devaev Maxim <[email protected]> | 2018-07-28 00:08:19 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-07-28 00:08:19 +0300 |
commit | 57ea0c285c00259c6f121a9190577d09a5e6b978 (patch) | |
tree | 36c75363a681f9db0af1db7a4b4d5042f020d5c0 /kvmd/web/css/main.css | |
parent | 34d3e9d6371cdb4d0eb5d4f70638f22d33a2a166 (diff) |
windows control
Diffstat (limited to 'kvmd/web/css/main.css')
-rw-r--r-- | kvmd/web/css/main.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kvmd/web/css/main.css b/kvmd/web/css/main.css index e3b16b2f..2f77d923 100644 --- a/kvmd/web/css/main.css +++ b/kvmd/web/css/main.css @@ -110,10 +110,10 @@ div.ctl-dropdown-content button.row50:not(:first-child), button.row25:not(:first div.ctl-dropdown-content hr { margin: 0; display: block; - height: 1px; - border: 0; + height: 0px; padding: 0; - background-color: var(--bg-color-dark); + border: none; + border-top: var(--dark-border); } div.ctl-dropdown-content-text { margin: 10px 15px 10px 15px; |