diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-26 13:15:15 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-26 13:15:15 +0200 |
commit | 98c6548d64e620e20dcf6e9ff0b4a5a1f40556cb (patch) | |
tree | 373e797b18c8b057bdf7b4c4a08326fb53a77e8d /view/tpl/nav.tpl | |
parent | d169ee658ebe449470430aa84f0a9771b7556618 (diff) | |
download | volse-hubzilla-98c6548d64e620e20dcf6e9ff0b4a5a1f40556cb.tar.gz volse-hubzilla-98c6548d64e620e20dcf6e9ff0b4a5a1f40556cb.tar.bz2 volse-hubzilla-98c6548d64e620e20dcf6e9ff0b4a5a1f40556cb.zip |
fix and cleanup custom theme settings
Diffstat (limited to 'view/tpl/nav.tpl')
-rwxr-xr-x | view/tpl/nav.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index 2544ccf52..ae3f4db87 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -20,7 +20,7 @@ <i class="fa fa-arrow-circle-right" id="expand-aside-icon"></i> </button> {{if $localuser}} - <button id="notifications-btn" type="button" class="navbar-toggler border-0 text-muted" data-toggle="collapse" data-target="#navbar-collapse-1"> + <button id="notifications-btn" type="button" class="navbar-toggler border-0 text-white" data-toggle="collapse" data-target="#navbar-collapse-1"> <i class="fa fa-exclamation-circle"></i> </button> {{/if}} @@ -169,7 +169,7 @@ {{/if}} </ul> - <div id="banner" class="navbar-text text-white font-weight-bold d-none d-md-flex">{{$banner}}</div> + <div id="banner" class="navbar-text d-none d-md-flex">{{$banner}}</div> <ul id="nav-right" class="navbar-nav ml-auto d-none d-md-flex"> <li class="nav-item collapse clearfix" id="nav-search"> |