diff options
author | zotlabs <mike@macgirvin.com> | 2018-03-08 14:23:34 -0800 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-03-09 09:35:55 +0100 |
commit | 3f88a7619f64d11e3541af7a5ce44790f697545c (patch) | |
tree | c4940930620236effbc847d4e3597e7edb4ac39b | |
parent | 056ec81a71d19d5cf221de74ec4c8bbd53dc59e5 (diff) | |
download | volse-hubzilla-3f88a7619f64d11e3541af7a5ce44790f697545c.tar.gz volse-hubzilla-3f88a7619f64d11e3541af7a5ce44790f697545c.tar.bz2 volse-hubzilla-3f88a7619f64d11e3541af7a5ce44790f697545c.zip |
notifications-btn-1 does not actually require the text-white class and this is known to cause issues on dark themes
-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}} |