From f23c380cae4c6a97ef426fac58a66c52185a8294 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 17 Feb 2017 16:31:36 +0100 Subject: add register button for collapsed state --- view/theme/redbasic/css/style.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'view/theme/redbasic/css') 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; -- cgit v1.2.3