aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorJeroen <jeroenpraat@xs4all.nl>2014-10-07 22:52:44 +0000
committerJeroen <jeroenpraat@xs4all.nl>2014-10-07 22:52:44 +0000
commitd94f6f7c53fbb01a76a6d3beb14968d02ebb3afa (patch)
tree66413623d839881a93cacc768368bc078601eb3e /view/theme/redbasic/css
parent14d538c79329a7b6e4e8797977629672f7c47f28 (diff)
downloadvolse-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.css5
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;
}