From b45bbb77ef5c30e10d9a1fb7530db8faeaeac345 Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Thu, 22 Aug 2013 15:38:29 +0200 Subject: [PATCH 1/2] theme: don't do harsh gradients for submenus - use a more flat gradient for submenus. nothing is as curved and it doesn't help legibility. 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 ff242d5ec..d62e14795 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -167,7 +167,7 @@ StScrollBar StButton#vhandle:active { .popup-sub-menu { background-gradient-start: rgba(80,80,80,0.3); - background-gradient-end: rgba(80,80,80,0.7); + background-gradient-end: rgba(80,80,80,0.4); background-gradient-direction: vertical; box-shadow: inset 0px 2px 4px rgba(0,0,0,0.9); } From c18a6a65777d293c225cc4f2be9be843d4b4f498 Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Thu, 22 Aug 2013 15:42:49 +0200 Subject: [PATCH 2/2] 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 {