[gnome-shell-extensions/wip/alan/window-list-theme: 3/3] Adapt window-list classic.css to keep the theme under GNOME Classic



commit 9b6bc960e0b6297134645c189c2365a65afde59f
Author: Alan T <alan boum org>
Date:   Tue Feb 14 20:10:35 2017 +0000

    Adapt window-list classic.css to keep the theme under GNOME Classic
    
    Fixes https://gitlab.gnome.org/GNOME/gnome-shell-extensions/issues/22

 extensions/window-list/classic.css | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)
---
diff --git a/extensions/window-list/classic.css b/extensions/window-list/classic.css
index e4471f7..fcfb0a4 100644
--- a/extensions/window-list/classic.css
+++ b/extensions/window-list/classic.css
@@ -6,16 +6,16 @@
     height: 2.25em ;
   }
 
+  .bottom-panel .window-button {
+    padding: 1px;
+    color: #2e3436;
+  }
+
   .bottom-panel .window-button > StWidget {
-    background-gradient-direction: vertical;
-    background-color: #fff;
-    background-gradient-start: #fff;
-    background-gradient-end: #eee;
-    color: #000;
+    background-color: rgba(255, 255, 255, 0.01);
     -st-natural-width: 18.7em;
     max-width: 18.75em;
     color: #2e3436;
-    background-color: #eee;
     border-radius: 2px;
     padding: 3px 6px 1px;
     box-shadow: inset -1px -1px 1px rgba(0,0,0,0.5);
@@ -23,7 +23,7 @@
   }
 
   .bottom-panel .window-button:hover > StWidget {
-    background-color: #f9f9f9;
+    background-color: rgba(255, 255, 255, 0.5);
   }
 
   .bottom-panel .window-button:active > StWidget,
@@ -32,12 +32,13 @@
   }
 
   .bottom-panel .window-button.focused > StWidget {
-    background-color: #ddd;
+    color: #2e3436;
+    background-color: rgba(0, 0, 0, 0.20);
     box-shadow: inset 1px 1px 1px rgba(0,0,0,0.5);
   }
 
   .bottom-panel .window-button.focused:hover > StWidget {
-    background-color: #e9e9e9;
+    background-color: rgba(0, 0, 0, 0.15);
   }
 
   .bottom-panel .window-button.minimized > StWidget {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]