diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-02-02 20:10:35 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-02-02 20:10:35 +0100 |
commit | fd52cefe090a3801c3f170d4bea8cf17b57f7558 (patch) | |
tree | 172e3318ef432d5be2bf83fee085452ff2175a5d /view/theme | |
parent | 0e0dee43ab5ca2ad7331e2554a159a78b7f8720f (diff) | |
download | volse-hubzilla-fd52cefe090a3801c3f170d4bea8cf17b57f7558.tar.gz volse-hubzilla-fd52cefe090a3801c3f170d4bea8cf17b57f7558.tar.bz2 volse-hubzilla-fd52cefe090a3801c3f170d4bea8cf17b57f7558.zip |
provide separate collased menus for apps and notifications
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index ec05a6b33..a3eaf67ae 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1818,7 +1818,8 @@ nav .badge.mail-update { #expand-aside, #expand-tabs, #doco-return-to-top-btn, -#context-help-btn { +#context-help-btn, +#notifications-btn { color: $nav_active_icon_colour; padding: 7px 10px; } |