diff options
author | zotlabs <mike@macgirvin.com> | 2018-03-08 14:23:34 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-03-08 14:23:34 -0800 |
commit | 3ee35b83c2651b9c9ab6a27cab4ea6517375744f (patch) | |
tree | d3b2bab7411e691423a49342bef290bc8f5111c6 /view/tpl/navbar_tucson.tpl | |
parent | 1700aedbed9050ca2eee621c04c29e5b34150bc5 (diff) | |
download | volse-hubzilla-3ee35b83c2651b9c9ab6a27cab4ea6517375744f.tar.gz volse-hubzilla-3ee35b83c2651b9c9ab6a27cab4ea6517375744f.tar.bz2 volse-hubzilla-3ee35b83c2651b9c9ab6a27cab4ea6517375744f.zip |
notifications-btn-1 does not actually require the text-white class and this is known to cause issues on dark themes
Diffstat (limited to 'view/tpl/navbar_tucson.tpl')
-rwxr-xr-x | view/tpl/navbar_tucson.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
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}} |