aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorgit-marijus <mario@mariovavti.com>2017-07-22 11:04:18 +0200
committergit-marijus <mario@mariovavti.com>2017-07-22 11:04:18 +0200
commit4335e49381a766bc59b3ccd3df9c4981afab7603 (patch)
tree7fa7b9554fa18032ed1bf47690b9162a22bd7c9d /view
parent27678a523c4c02bf4e3b31bf4ac01413feaf3759 (diff)
downloadvolse-hubzilla-4335e49381a766bc59b3ccd3df9c4981afab7603.tar.gz
volse-hubzilla-4335e49381a766bc59b3ccd3df9c4981afab7603.tar.bz2
volse-hubzilla-4335e49381a766bc59b3ccd3df9c4981afab7603.zip
more nav_set_selected
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/css/style.css5
-rwxr-xr-xview/tpl/nav.tpl2
2 files changed, 6 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 7f2ca4853..2c881049e 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1380,6 +1380,11 @@ blockquote {
background-color: $item_colour;
}
+.dropdown-item.active {
+ color: #fff;
+ background-color: #007bff;
+}
+
.bg-dark {
background-color: $nav_bg !important;
}
diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl
index 93bbe187f..cb0e2af32 100755
--- a/view/tpl/nav.tpl
+++ b/view/tpl/nav.tpl
@@ -1,5 +1,5 @@
{{if $nav.login && !$userinfo}}
-<div class="d-md-none p-1">
+<div class="d-md-none pt-1 pb-1">
<a class="btn btn-primary btn-sm text-white" href="#" title="{{$nav.loginmenu.1.3}}" id="{{$nav.loginmenu.1.4}}_collapse" data-toggle="modal" data-target="#nav-login">
{{$nav.loginmenu.1.1}}
</a>