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

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