[gnome-shell-extensions/legacy-colors] Special-case panel-buttons in overview



commit 4ead900d9ea4040e675afe4036fe9166b4dcb3d6
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]