[gnome-shell-extensions/gnome-3-18] window-list button colors
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-extensions/gnome-3-18] window-list button colors
- Date: Fri, 30 Oct 2015 18:55:16 +0000 (UTC)
commit adadc961468c740a013c9d2a7d5122020dad75b4
Author: Jakub Steiner <jimmac gmail com>
Date: Mon Oct 26 15:29:54 2015 +0100
window-list button colors
- not sure I win the override game
https://bugzilla.gnome.org/show_bug.cgi?id=756807
extensions/window-list/classic.css | 41 +++++++++++++++++++++---------------
1 files changed, 24 insertions(+), 17 deletions(-)
---
diff --git a/extensions/window-list/classic.css b/extensions/window-list/classic.css
index 321c5fb..d4cb638 100644
--- a/extensions/window-list/classic.css
+++ b/extensions/window-list/classic.css
@@ -3,42 +3,49 @@
#panel.bottom-panel {
border-top-width: 1px;
border-bottom-width: 0px;
- height: 2.25em !important;
+ height: 2.25em ;
}
.bottom-panel .window-button > StWidget {
- background-color: #e9e9e9 !important;
- background-gradient-direction: vertical;
- background-gradient-end: #d0d0d0;
- color: #555 !important;
- border-radius: 2px !important;
- padding: 4px 6px 2px !important;
+ background-gradient-drection: vertical;
+ background-color: #fff;
+ background-gradient-start: #fff;
+ background-gradient-end: #eee;
+ color: #000;
+ border-radius: 2px;
+ padding: 4px 6px 2px;
text-shadow: 0 0 transparent;
- box-shadow: inset -1px -1px 1px rgba(0,0,0,0.5) !important;
+ box-shadow: inset -1px -1px 1px rgba(0,0,0,0.5);
}
.bottom-panel .window-button:hover > StWidget {
- background-color: #f9f9f9 !important;
- background-gradient-end: #e0e0e0;
+ background-color: #fff;
+ background-gradient-start: #fff;
+ background-gradient-end: #fefefe;
}
.bottom-panel .window-button:active > StWidget {
- box-shadow: inset 1px 1px 2px rgba(0,0,0,0.5) !important;
+ box-shadow: inset 1px 1px 2px rgba(0,0,0,0.5);
+ background-color: #ededed;
+ background-gradient-start: #ededed;
+ background-gradient-end: #ededed;
}
.bottom-panel .window-button.focused > StWidget {
- background-color: #a9a9a9 !important;
- background-gradient-end: #b0b0b0;
- box-shadow: inset 1px 1px 2px rgba(0,0,0,0.5) !important;
+ background-color: #ddd;
+ background-color: #ddd;
+ background-gradient-end: #dedede;
+ color: white;
+ box-shadow: inset 1px 1px 2px rgba(0,0,0,0.5);
}
.bottom-panel .window-button.focused:hover > StWidget {
- background-color: #b9b9b9 !important;
+ background-color: #b9b9b9;
background-gradient-end: #c0c0c0;
}
.bottom-panel .window-button.minimized > StWidget {
- color: #888 !important;
- box-shadow: inset -1px -1px 1px rgba(0,0,0,0.4) !important;
+ color: #000;
+ box-shadow: inset -1px -1px 1px rgba(0,0,0,0.4);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]