From c18a6a65777d293c225cc4f2be9be843d4b4f498 Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Thu, 22 Aug 2013 15:42:49 +0200 Subject: [PATCH] theme: darken open submenu items - avoid the clash of adjacent open and selected items https://bugzilla.gnome.org/show_bug.cgi?id=706037 --- data/theme/gnome-shell.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index d62e14795..38f314850 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -162,7 +162,7 @@ StScrollBar StButton#vhandle:active { } .popup-submenu-menu-item:open { - background-color: #4c4c4c; + background-color: #333333; } .popup-sub-menu {