|
|
3614ae |
From c1e6ea231d866f7e23740a5264defef13af8003a Mon Sep 17 00:00:00 2001
|
|
|
3614ae |
From: Jakub Steiner <jimmac@gmail.com>
|
|
|
3614ae |
Date: Tue, 14 Jan 2014 17:00:23 +0100
|
|
|
3614ae |
Subject: [PATCH] classic: shade panel in overview
|
|
|
3614ae |
|
|
|
3614ae |
- rather than using the top bar styling (negative space),
|
|
|
3614ae |
base the overview panel on the classic grey and "darken"
|
|
|
3614ae |
for overview
|
|
|
3614ae |
---
|
|
|
3614ae |
data/gnome-classic.css | 14 ++++++++------
|
|
|
3614ae |
1 file changed, 8 insertions(+), 6 deletions(-)
|
|
|
3614ae |
|
|
|
3614ae |
diff --git a/data/gnome-classic.css b/data/gnome-classic.css
|
|
|
3614ae |
index d77fe30..5ff2125 100644
|
|
|
3614ae |
--- a/data/gnome-classic.css
|
|
|
3614ae |
+++ b/data/gnome-classic.css
|
|
|
3614ae |
@@ -6,7 +6,7 @@
|
|
|
3614ae |
*/
|
|
|
3614ae |
|
|
|
3614ae |
#panel {
|
|
|
3614ae |
- background-color: #e9e9e9 !important;
|
|
|
3614ae |
+ background-color: #e9e9e9;
|
|
|
3614ae |
background-gradient-direction: vertical;
|
|
|
3614ae |
background-gradient-end: #d0d0d0;
|
|
|
3614ae |
border-top-color: #666; /* we don't support non-uniform border-colors and
|
|
|
3614ae |
@@ -21,10 +21,8 @@
|
|
|
3614ae |
}
|
|
|
3614ae |
|
|
|
3614ae |
#panel:overview {
|
|
|
3614ae |
- background-color: #000 !important;
|
|
|
3614ae |
- background-gradient-end: #000 !important;
|
|
|
3614ae |
- border-top-color: #000;
|
|
|
3614ae |
- border-bottom: 1px solid #000 !important;
|
|
|
3614ae |
+ background-color: #a9a9a9;
|
|
|
3614ae |
+ background-gradient-end: #797979;
|
|
|
3614ae |
}
|
|
|
3614ae |
|
|
|
3614ae |
#panel.lock-screen {
|
|
|
3614ae |
@@ -50,11 +48,15 @@
|
|
|
3614ae |
}
|
|
|
3614ae |
|
|
|
3614ae |
.panel-button {
|
|
|
3614ae |
- color: #555 !important;
|
|
|
3614ae |
+ color: #555;
|
|
|
3614ae |
-natural-hpadding: 6px !important;
|
|
|
3614ae |
-minimum-hpadding: 3px !important;
|
|
|
3614ae |
}
|
|
|
3614ae |
|
|
|
3614ae |
+ #panel:overview .panel-button {
|
|
|
3614ae |
+ color: #333;
|
|
|
3614ae |
+ }
|
|
|
3614ae |
+
|
|
|
3614ae |
#panel:overview .panel-button,
|
|
|
3614ae |
#panel.lock-screen .panel-button,
|
|
|
3614ae |
#panel.unlock-screen .panel-button {
|
|
|
3614ae |
--
|
|
|
3614ae |
1.8.4.2
|
|
|
3614ae |
|