aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 1846c023b..03c17e0a4 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1545,7 +1545,9 @@ header {
#nav-notify-menu, #nav-network-menu, #nav-home-menu {
- background: $notify_bgcolour;
+ background-color: $notify_bgcolour;
+ border-top: none;
+ margin-top: $notify_topmargin;
}
#nav-notify-menu a, #nav-network-menu a, #nav-home-menu a {
@@ -2143,6 +2145,8 @@ nav .dropdown-menu {
border-bottom-right-radius: $radiuspx;
border-bottom-left-radius: $radiuspx;
background-color: $notify_bgcolour;
+ border-top: none;
+ margin-top: $notify_topmargin;
}
nav .dropdown-menu .divider{