top menu border

This commit is contained in:
Devaev Maxim 2018-07-30 02:05:56 +03:00
parent 46183aee2a
commit 00090ec3aa

View File

@ -59,7 +59,7 @@ div.ctl-dropdown-content {
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
border: var(--intensive-border); border: var(--intensive-border);
border-top: none; border-top: var(--dark-border);
-webkit-border-radius: 0 0 8px 8px; -webkit-border-radius: 0 0 8px 8px;
-moz-border-radius: 0 0 8px 8px; -moz-border-radius: 0 0 8px 8px;
border-radius: 0 0 8px 8px; border-radius: 0 0 8px 8px;