[gnome-shell: 1/3] theme: don't do harsh gradients for submenus



commit b45bbb77ef5c30e10d9a1fb7530db8faeaeac345
Author: Jakub Steiner <jimmac gmail com>
Date:   Thu Aug 22 15:38:29 2013 +0200

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


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