diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-03-09 09:04:14 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-03-09 09:04:14 +0100 |
commit | d82bf2b921e8779870d1ea4cfeb08c3de3d1382e (patch) | |
tree | bed46832fa3438ab617561ce0ef97ddb4a71e4b4 /view | |
parent | a0a1246efb74473269238f7b3e4d35f90c11b49e (diff) | |
parent | 3ee35b83c2651b9c9ab6a27cab4ea6517375744f (diff) | |
download | volse-hubzilla-d82bf2b921e8779870d1ea4cfeb08c3de3d1382e.tar.gz volse-hubzilla-d82bf2b921e8779870d1ea4cfeb08c3de3d1382e.tar.bz2 volse-hubzilla-d82bf2b921e8779870d1ea4cfeb08c3de3d1382e.zip |
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/navbar_default.tpl | 2 | ||||
-rwxr-xr-x | view/tpl/navbar_tucson.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/navbar_default.tpl b/view/tpl/navbar_default.tpl index b0b3198c6..92b067bcb 100755 --- a/view/tpl/navbar_default.tpl +++ b/view/tpl/navbar_default.tpl @@ -80,7 +80,7 @@ <i class="fa fa-arrow-circle-right" id="expand-aside-icon"></i> </button> {{if $localuser || $nav.pubs}} - <button id="notifications-btn-1" type="button" class="navbar-toggler border-0 text-white notifications-btn"> + <button id="notifications-btn-1" type="button" class="navbar-toggler border-0 notifications-btn"> <i id="notifications-btn-icon-1" class="fa fa-exclamation-circle notifications-btn-icon"></i> </button> {{/if}} diff --git a/view/tpl/navbar_tucson.tpl b/view/tpl/navbar_tucson.tpl index b0b3198c6..92b067bcb 100755 --- a/view/tpl/navbar_tucson.tpl +++ b/view/tpl/navbar_tucson.tpl @@ -80,7 +80,7 @@ <i class="fa fa-arrow-circle-right" id="expand-aside-icon"></i> </button> {{if $localuser || $nav.pubs}} - <button id="notifications-btn-1" type="button" class="navbar-toggler border-0 text-white notifications-btn"> + <button id="notifications-btn-1" type="button" class="navbar-toggler border-0 notifications-btn"> <i id="notifications-btn-icon-1" class="fa fa-exclamation-circle notifications-btn-icon"></i> </button> {{/if}} |