diff options
author | Jeroen <jeroenpraat@xs4all.nl> | 2014-10-07 22:52:44 +0000 |
---|---|---|
committer | Jeroen <jeroenpraat@xs4all.nl> | 2014-10-07 22:52:44 +0000 |
commit | d94f6f7c53fbb01a76a6d3beb14968d02ebb3afa (patch) | |
tree | 66413623d839881a93cacc768368bc078601eb3e /view/theme/redbasic/css | |
parent | 14d538c79329a7b6e4e8797977629672f7c47f28 (diff) | |
download | volse-hubzilla-d94f6f7c53fbb01a76a6d3beb14968d02ebb3afa.tar.gz volse-hubzilla-d94f6f7c53fbb01a76a6d3beb14968d02ebb3afa.tar.bz2 volse-hubzilla-d94f6f7c53fbb01a76a6d3beb14968d02ebb3afa.zip |
Schema option for bgcolour and underline yes/no on hover for the left aside.
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
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; } |