diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-05-03 18:28:47 +0000 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-05-03 18:28:47 +0000 |
commit | c338281ca81ea5036e3fdb42ae62851fc00babb5 (patch) | |
tree | 14be567818e46c4173383211850e875f0d05df6c /view/theme/redbasic/css | |
parent | 4975d5f7c110c691298940f2347594e9f8fec9a5 (diff) | |
download | volse-hubzilla-c338281ca81ea5036e3fdb42ae62851fc00babb5.tar.gz volse-hubzilla-c338281ca81ea5036e3fdb42ae62851fc00babb5.tar.bz2 volse-hubzilla-c338281ca81ea5036e3fdb42ae62851fc00babb5.zip |
Dark schema: I forgot the dropdown menu.
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 16 |
1 files changed, 16 insertions, 0 deletions
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%); |