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

58a5c8
From 91ed30147a69d53d7c170b65602be5f90851666e Mon Sep 17 00:00:00 2001
58a5c8
From: Jakub Steiner <jimmac@gmail.com>
58a5c8
Date: Tue, 14 Jan 2014 17:00:23 +0100
58a5c8
Subject: [PATCH] classic: Shade panel in overview
58a5c8
58a5c8
... rather than using the top bar styling (negative space),
58a5c8
base the overview panel on the classic grey and "darken"
58a5c8
for overview.
58a5c8
---
58a5c8
 data/gnome-classic.scss | 8 +++-----
58a5c8
 1 file changed, 3 insertions(+), 5 deletions(-)
58a5c8
58a5c8
diff --git a/data/gnome-classic.scss b/data/gnome-classic.scss
58a5c8
index 9e23506..e8f4803 100644
58a5c8
--- a/data/gnome-classic.scss
58a5c8
+++ b/data/gnome-classic.scss
58a5c8
@@ -19,11 +19,9 @@ $variant: 'light';
58a5c8
   border-bottom: 1px solid #666;
58a5c8
   app-icon-bottom-clip: 0px;
58a5c8
   &:overview {
58a5c8
-    background-color: #000;
58a5c8
-    background-gradient-end: #000;
58a5c8
-    border-top-color: #000;
58a5c8
-    border-bottom: 1px solid #000;
58a5c8
-    .panel-button { color: #fff; }
58a5c8
+    background-color: darken($bg_color,5%);
58a5c8
+    background-gradient-end: darken($bg_color,10%);
58a5c8
+    .panel-button { color: darken($fg_color,5%); }
58a5c8
   }
58a5c8
 
58a5c8
   .panel-button {
58a5c8
-- 
58a5c8
2.17.1
58a5c8