diff options
author | Devaev Maxim <[email protected]> | 2018-09-07 00:28:48 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-09-07 00:28:48 +0300 |
commit | 3a68c2ae1001f1207e639925d10d5f88f62d4430 (patch) | |
tree | 8294c662496faf1d7d0058fb1dd0479e235e677b /kvmd/web/css/main.css | |
parent | 87e3b96a901e583f90432c07f64d303ae2e6bd05 (diff) |
ios safari fixes
Diffstat (limited to 'kvmd/web/css/main.css')
-rw-r--r-- | kvmd/web/css/main.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kvmd/web/css/main.css b/kvmd/web/css/main.css index 8290ef42..d2d434d7 100644 --- a/kvmd/web/css/main.css +++ b/kvmd/web/css/main.css @@ -172,6 +172,9 @@ div.ctl-dropdown-content hr { border: none; border-top: var(--dark-border); } +div.ctl-dropdown-content-buttons { + background-color: var(--bg-color-normal); +} div.ctl-dropdown-content-text { margin: 10px 15px 10px 15px; font-size: 14px; |