From 962e7c9583d609f992844f5021952ab433fc3861 Mon Sep 17 00:00:00 2001 From: m-lopez-f Date: Mon, 13 Apr 2015 13:57:15 +0200 Subject: [PATCH] Fixed color when menu is selected --- pandora_console/include/styles/menu.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/styles/menu.css b/pandora_console/include/styles/menu.css index 3313dc16cb..525f0bcdd0 100644 --- a/pandora_console/include/styles/menu.css +++ b/pandora_console/include/styles/menu.css @@ -129,7 +129,7 @@ li:hover ul { display: block; } .submenu_selected { margin-bottom: 0px !important; - box-shadow: inset 4px 0 #00AF21 !important; + box-shadow: inset 4px 0 #80BA27 !important; } .menu .menu_icon, .menu li.links {