Schema option for bgcolour and underline yes/no on hover for the left aside.

This commit is contained in:
Jeroen
2014-10-07 22:52:44 +00:00
parent 14d538c793
commit d94f6f7c53
6 changed files with 16 additions and 0 deletions

View File

@@ -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;
}