Dark schema: I forgot the dropdown menu.

This commit is contained in:
jeroenpraat
2014-05-03 18:28:47 +00:00
parent 4975d5f7c1
commit c338281ca8
3 changed files with 56 additions and 0 deletions

View File

@@ -2147,14 +2147,30 @@ blockquote {
.dropdown-menu {
font-size: $body_font_size;
border-radius: $radiuspx;
background-color: $dropdown_bgcolour;
}
.dropdown-menu >li > a {
color: $dropdown_textcolour;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
color: $dropdown_txtcolhover;
background-color: $dropdown_bgcolhover;
$dropdown_bgimghover
}
.dropdown-menu img {
border-radius: $radiuspx;
}
.open .dropdown-toggle.btn-default {
color: $dropdown_togglecol;
background-color: $dropdown_togglebgcol;
border-color: $dropdown_bordercol;
}
.navbar-inverse {
background-image: -webkit-linear-gradient(top, $nav_gradient_top 0%, $nav_gradient_bottom 100%);
background-image: linear-gradient(to bottom, $nav_gradient_top 0%, $nav_gradient_bottom 100%);