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