[gnome-shell-extensions/wip/alan/window-list-theme: 2/3] Adapt window-list theme to match recent gnome-shell
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-extensions/wip/alan/window-list-theme: 2/3] Adapt window-list theme to match recent gnome-shell
- Date: Sat, 25 Nov 2017 03:31:34 +0000 (UTC)
commit cabd10f2f59e63ec55898ed4f33d2d7038278a41
Author: Alan T <alan boum org>
Date: Tue Feb 14 20:09:55 2017 +0000
Adapt window-list theme to match recent gnome-shell
Fixes https://gitlab.gnome.org/GNOME/gnome-shell-extensions/issues/22
extensions/window-list/stylesheet.css | 27 +++++----------------------
1 file changed, 5 insertions(+), 22 deletions(-)
---
diff --git a/extensions/window-list/stylesheet.css b/extensions/window-list/stylesheet.css
index f5285cb..6406aa9 100644
--- a/extensions/window-list/stylesheet.css
+++ b/extensions/window-list/stylesheet.css
@@ -11,7 +11,8 @@
}
.window-button {
- padding: 1px;
+ padding: 0;
+ color: #CCC;
}
.window-button:first-child:ltr {
@@ -29,40 +30,22 @@
.window-button > StWidget {
-st-natural-width: 18.75em;
max-width: 18.75em;
- color: #bbb;
- background-color: black;
- border-radius: 4px;
padding: 3px 6px 1px;
- box-shadow: inset 1px 1px 4px rgba(255,255,255,0.5);
- text-shadow: 1px 1px 4px rgba(0,0,0,0.8);
}
.window-button:hover > StWidget {
color: white;
- background-color: #1f1f1f;
-}
-
-.window-button:active > StWidget,
-.window-button:focus > StWidget {
- box-shadow: inset 2px 2px 4px rgba(255,255,255,0.5);
}
.window-button.focused > StWidget {
color: white;
- box-shadow: inset 1px 1px 4px rgba(255,255,255,0.7);
-}
-
-.window-button.focused:active > StWidget {
- box-shadow: inset 2px 2px 4px rgba(255,255,255,0.7);
+ background-color: rgba(0, 0, 0, 0.01);
+ box-shadow: inset 0 2px 0px #256ab1;
}
.window-button.minimized > StWidget {
color: #666;
- box-shadow: inset -1px -1px 4px rgba(255,255,255,0.5);
-}
-
-.window-button.minimized:active > StWidget {
- box-shadow: inset -2px -2px 4px rgba(255,255,255,0.5);
+ font-weight: bold;
}
.window-button-icon {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]