diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-02-17 16:31:36 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-02-17 16:31:36 +0100 |
commit | f23c380cae4c6a97ef426fac58a66c52185a8294 (patch) | |
tree | 753f7ec0846eb0955bf8f1bf4c93cbd063184b04 /view/theme/redbasic | |
parent | 7151467db784a112e862a4acbd0dcdbdd2152d15 (diff) | |
download | volse-hubzilla-f23c380cae4c6a97ef426fac58a66c52185a8294.tar.gz volse-hubzilla-f23c380cae4c6a97ef426fac58a66c52185a8294.tar.bz2 volse-hubzilla-f23c380cae4c6a97ef426fac58a66c52185a8294.zip |
add register button for collapsed state
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 7551dfe87..d72320833 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1825,16 +1825,16 @@ nav .badge.mail-update { background-color: $nav_active_icon_colour; } -#expand-aside, -#expand-tabs, -#doco-return-to-top-btn, -#context-help-btn, -#notifications-btn, -#login_nav_btn_collapse { +.navbar-toggle-extra { color: $nav_active_icon_colour; padding: 7px 10px; } +a.navbar-toggle-extra:hover { + color: $nav_active_icon_colour; + text-decoration: none; +} + .nav-tabs.nav-justified { background-color: rgba(254,254,254,.5); border-top-left-radius: 4px; |