Blob Blame History Raw
From c948a42b9b5aad6f26a8b8cb61743eedabf3d83f Mon Sep 17 00:00:00 2001
From: Jakub Steiner <jimmac@gmail.com>
Date: Tue, 14 Jan 2014 17:00:23 +0100
Subject: [PATCH] classic: shade panel in overview

- rather than using the top bar styling (negative space),
  base the overview panel on the classic grey and "darken"
  for overview
---
 data/gnome-classic.css | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/data/gnome-classic.css b/data/gnome-classic.css
index 086fa12..961782f 100644
--- a/data/gnome-classic.css
+++ b/data/gnome-classic.css
@@ -1891,12 +1891,10 @@ StScrollBar {
   border-bottom: 1px solid #666;
   app-icon-bottom-clip: 0px; }
   #panel:overview {
-    background-color: #000;
-    background-gradient-end: #000;
-    border-top-color: #000;
-    border-bottom: 1px solid #000; }
+    background-color: #e0e0e0;
+    background-gradient-end: #d4d4d4; }
     #panel:overview .panel-button {
-      color: #fff; }
+      color: #222728; }
   #panel .panel-button {
     -natural-hpadding: 8px;
     -minimum-hpadding: 4px;
-- 
2.14.2