From ec6a6727e0bc992c3c606488575bec20e00242fa Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Wed, 17 Mar 2010 22:51:49 -0400 Subject: [PATCH] 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 file changed, 1 insertion(+), 3 deletions(-) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 102ec8fd0..835042d49 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; }