[gnome-shell-extensions/legacy-colors: 3/5] Style the top bar differently in the overview



commit 2c852cd739d880ceddd149217062ad3d533b309d
Author: Florian MÃllner <fmuellner gnome org>
Date:   Mon Feb 4 23:06:37 2013 +0100

    Style the top bar differently in the overview
    
    https://bugzilla.gnome.org/show_bug.cgi?id=693169

 extensions/legacy-colors/stylesheet.css |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)
---
diff --git a/extensions/legacy-colors/stylesheet.css b/extensions/legacy-colors/stylesheet.css
index df4bbff..05479e6 100644
--- a/extensions/legacy-colors/stylesheet.css
+++ b/extensions/legacy-colors/stylesheet.css
@@ -1,5 +1,4 @@
 /* FIXME:
-   - panel should be black and/or more subtle in :overview
    - white edge highlight with text-shadow and icon-shadow for panel-button
    - better shading of the panel (dark 5%) - impossible without multipoint gradients, image-bg is a hack
    - ON/OFF svg widgets. Can they be placed inside the extension dir?
@@ -23,6 +22,11 @@
     background-image: linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0)) !important;*/
 }
 
+  #panel:overview {
+    background-color: #000 !important;
+    background-gradient-end: #000 !important;
+  }
+
 .panel-corner,
 .panel-corner:active,
 .panel-corner:overview,
@@ -36,10 +40,19 @@
     -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]