From 27524e0153401f1e3233b5ff5c6186c4aae1cf1e Mon Sep 17 00:00:00 2001 From: ripdog Date: Tue, 9 May 2017 17:27:18 +1200 Subject: [PATCH] Fix night mode dropdown menus --- public/css/style-night.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public/css/style-night.css b/public/css/style-night.css index 122a9eea..57b7e5e6 100644 --- a/public/css/style-night.css +++ b/public/css/style-night.css @@ -205,3 +205,11 @@ div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:last-of-typ #mainmenu .badgemenu { padding-top: 0; } + +/* fix the dropdown member menu */ +.nav > .dropdown.open, .profile-image[aria-expanded="true"], .nav ul.dropdown-menu { + background: #282A2E !important; +} +.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover { + background: #263238; +}