[gnome-shell-extensions/merged-classic-branches: 12/15] Special-case panel-buttons in overview
- From: Florian MÃllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-extensions/merged-classic-branches: 12/15] Special-case panel-buttons in overview
- Date: Fri, 1 Feb 2013 16:33:18 +0000 (UTC)
commit 866418a504913de796d048e1618733225df1165a
Author: Florian MÃllner <fmuellner gnome org>
Date: Wed Jan 23 23:52:25 2013 +0100
Special-case panel-buttons in overview
extensions/legacy-colors/stylesheet.css | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/extensions/legacy-colors/stylesheet.css b/extensions/legacy-colors/stylesheet.css
index 3b01a26..c52f235 100644
--- a/extensions/legacy-colors/stylesheet.css
+++ b/extensions/legacy-colors/stylesheet.css
@@ -80,11 +80,20 @@
-natural-hpadding: 6px !important;
-minimum-hpadding: 3px !important;
}
+
+ #panel:overview .panel-button {
+ color: #ccc !important;
+ }
.panel-button:hover {
color: #000 !important;
}
+ #panel:overview .panel-button:hover,
+ #panel:overview .panel-button:active {
+ color: white !important;
+ }
+
.panel-button > .system-status-icon {
icon-shadow: #fff 0 1px 0 !important; /* FIXME */
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]