[gnome-shell: 2/3] theme: darken open submenu items



commit c18a6a65777d293c225cc4f2be9be843d4b4f498
Author: Jakub Steiner <jimmac gmail com>
Date:   Thu Aug 22 15:42:49 2013 +0200

    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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index d62e147..38f3148 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 {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]