Blame SOURCES/0001-classic-shade-panel-in-overview.patch

689e29
From c948a42b9b5aad6f26a8b8cb61743eedabf3d83f Mon Sep 17 00:00:00 2001
689e29
From: Jakub Steiner <jimmac@gmail.com>
689e29
Date: Tue, 14 Jan 2014 17:00:23 +0100
689e29
Subject: [PATCH] classic: shade panel in overview
689e29
689e29
- rather than using the top bar styling (negative space),
689e29
  base the overview panel on the classic grey and "darken"
689e29
  for overview
689e29
---
689e29
 data/gnome-classic.css | 8 +++-----
689e29
 1 file changed, 3 insertions(+), 5 deletions(-)
689e29
689e29
diff --git a/data/gnome-classic.css b/data/gnome-classic.css
689e29
index 086fa12..961782f 100644
689e29
--- a/data/gnome-classic.css
689e29
+++ b/data/gnome-classic.css
689e29
@@ -1891,12 +1891,10 @@ StScrollBar {
689e29
   border-bottom: 1px solid #666;
689e29
   app-icon-bottom-clip: 0px; }
689e29
   #panel:overview {
689e29
-    background-color: #000;
689e29
-    background-gradient-end: #000;
689e29
-    border-top-color: #000;
689e29
-    border-bottom: 1px solid #000; }
689e29
+    background-color: #e0e0e0;
689e29
+    background-gradient-end: #d4d4d4; }
689e29
     #panel:overview .panel-button {
689e29
-      color: #fff; }
689e29
+      color: #222728; }
689e29
   #panel .panel-button {
689e29
     -natural-hpadding: 8px;
689e29
     -minimum-hpadding: 4px;
689e29
-- 
689e29
2.14.2
689e29