diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-10-09 17:49:55 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-10-09 17:49:55 +0200 |
commit | 5698462588066b942d7f8784d06942385db8daa4 (patch) | |
tree | 15e65d68fc7a0c8bbe06143e4d8da23a6b8e8585 /view/theme/redbasic | |
parent | f99c007187b83755d7b1c80c63fde7c1162a99c4 (diff) | |
parent | 23812e5b48b7a4d4f0c275c0fbb3d244a582397c (diff) | |
download | volse-hubzilla-5698462588066b942d7f8784d06942385db8daa4.tar.gz volse-hubzilla-5698462588066b942d7f8784d06942385db8daa4.tar.bz2 volse-hubzilla-5698462588066b942d7f8784d06942385db8daa4.zip |
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index a912fb825..2e8d71954 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1458,6 +1458,10 @@ blockquote { background-color: $nav_bg !important; } +.navbar { + z-index:1030; +} + .navbar-dark .navbar-nav .nav-link, .usermenu i { color: $nav_icon_colour; |