summaryrefslogtreecommitdiff
path: root/kvmd
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-07-30 02:05:56 +0300
committerDevaev Maxim <[email protected]>2018-07-30 02:05:56 +0300
commit00090ec3aa08c59d9634b528f9415d28ea589bbf (patch)
treeeae1e1bee32a6786c4874a0ebc2dd8bfbe7e33c1 /kvmd
parent46183aee2ad84d1b1bce3e6b113546529ea5a290 (diff)
top menu border
Diffstat (limited to 'kvmd')
-rw-r--r--kvmd/web/css/main.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmd/web/css/main.css b/kvmd/web/css/main.css
index f20fb6e4..bafc333e 100644
--- a/kvmd/web/css/main.css
+++ b/kvmd/web/css/main.css
@@ -59,7 +59,7 @@ div.ctl-dropdown-content {
overflow: hidden;
white-space: nowrap;
border: var(--intensive-border);
- border-top: none;
+ border-top: var(--dark-border);
-webkit-border-radius: 0 0 8px 8px;
-moz-border-radius: 0 0 8px 8px;
border-radius: 0 0 8px 8px;