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

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