From c338281ca81ea5036e3fdb42ae62851fc00babb5 Mon Sep 17 00:00:00 2001 From: jeroenpraat Date: Sat, 3 May 2014 18:28:47 +0000 Subject: Dark schema: I forgot the dropdown menu. --- view/theme/redbasic/css/style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'view/theme/redbasic/css') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index ff051d673..02a807ed2 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -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%); -- cgit v1.2.3