[gnome-shell] Don't use a gradient on the top menu bar



commit ec6a6727e0bc992c3c606488575bec20e00242fa
Author: William Jon McCann <jmccann redhat com>
Date:   Wed Mar 17 22:51:49 2010 -0400

    Don't use a gradient on the top menu bar
    
    Now that we don't use pure black for the overview background
    there is less incentive to soften or differentiate the top
    bar using a gradient.  Without a gradient it blends better
    with screen bezels and reinforces the idea of being negative space.

 data/theme/gnome-shell.css |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 102ec8f..835042d 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -98,9 +98,7 @@ StTooltip {
 #panel {
     color: #ffffff;
     font-size: 16px;
-    background-gradient-direction: vertical;
-    background-gradient-start: #161616;
-    background-gradient-end: #000000;
+    background-color: black;
     border-bottom: 1px solid #1f1f1f;
 }
 



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