[gnome-shell-extensions/gnome-3-22] theme: window-list minimized button



commit cd3bb8fe309c48c295e48dcf4fd9ce0b9408218a
Author: Jakub Steiner <jimmac gmail com>
Date:   Fri Jan 20 14:45:30 2017 +0100

    theme: window-list minimized button
    
    - when a window is minimized, it's unfocused, thus the button
    in the window list should remain raised
    
    https://bugzilla.gnome.org/show_bug.cgi?id=775282

 extensions/window-list/classic.css |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/extensions/window-list/classic.css b/extensions/window-list/classic.css
index 0442cca..f3c44a3 100644
--- a/extensions/window-list/classic.css
+++ b/extensions/window-list/classic.css
@@ -44,7 +44,3 @@
     color: #888;
     box-shadow: inset -1px -1px 1px rgba(0,0,0,0.5);
   }
-
-  .bottom-panel .window-button.minimized > StWidget {
-    box-shadow: inset 1px 1px 1px rgba(0,0,0,0.5);
-  }


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