From d94f6f7c53fbb01a76a6d3beb14968d02ebb3afa Mon Sep 17 00:00:00 2001 From: Jeroen Date: Tue, 7 Oct 2014 22:52:44 +0000 Subject: Schema option for bgcolour and underline yes/no on hover for the left aside. --- view/theme/redbasic/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'view/theme/redbasic/css') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index fd9139c11..7bf8d77bf 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2311,6 +2311,11 @@ blockquote { $dropdown_bgimghover } +aside .nav > li > a:hover, aside .nav > li > a:focus { + text-decoration: $navtabs_decohover; + background-color: $navaside_bghover; +} + .dropdown-menu img { border-radius: $radiuspx; } -- cgit v1.2.3