From a7dd0fe7968d5f39029f07ab8199999b3b69e11e Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Wed, 19 Aug 2015 14:38:06 +0200 Subject: [PATCH] Continue with the fixes in the themes. TICKET: #435 --- pandora_console/include/styles/pandora_black.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pandora_console/include/styles/pandora_black.css b/pandora_console/include/styles/pandora_black.css index c6d43e6fc8..06631c37b1 100644 --- a/pandora_console/include/styles/pandora_black.css +++ b/pandora_console/include/styles/pandora_black.css @@ -2266,6 +2266,14 @@ ul.operation li a:hover { background-color: #585858 !important; } +.submenu_text { + color: #fff; +} + +.menu li.selected { + box-shadow: inset 4px 0 #80BA27; +} + li.links a:hover { #font-weight: bold; } @@ -2282,6 +2290,10 @@ li.links a:hover { background-color: #333 !important; } +.operation .selected { + background-color: #585858 !important; +} + .menu li, .menu .li.not_selected { border-radius: 0px 0px 0px 0px; display: block;