[gnome-panel/wip-geiger-adwaita] adwaita: add gradient and shadow to active tasklist box
- From: Sebastian Geiger <segeiger src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-panel/wip-geiger-adwaita] adwaita: add gradient and shadow to active tasklist box
- Date: Sun, 29 Mar 2020 13:31:11 +0000 (UTC)
commit 5375083e7d4e30c49051921b0d660acead4b8844
Author: Sebastian Geiger <sbastig gmx net>
Date: Sat Mar 28 23:56:29 2020 +0100
adwaita: add gradient and shadow to active tasklist box
data/theme/Adwaita/gnome-panel.css | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/data/theme/Adwaita/gnome-panel.css b/data/theme/Adwaita/gnome-panel.css
index a922e70a4..e283ac3f2 100644
--- a/data/theme/Adwaita/gnome-panel.css
+++ b/data/theme/Adwaita/gnome-panel.css
@@ -87,10 +87,11 @@ gp-arrow-button:active {
#tasklist-button:active > box,
#tasklist-button:checked > box {
outline-color: rgba(46, 52, 54, 0.3);
- border-color: #b6b6b3;
- background-image: none;
- background-color: #ccccca; /* was #d9d9d7 in Adwaita */
- box-shadow: inset 0 1px rgba(255, 255, 255, 0);
+ border-color: #868683;
+ border-bottom-color: #91918c;
+ background-color: #bcbcba; /* was #d9d9d7 in Adwaita */
+ background-image: linear-gradient(to bottom, alpha(#a8a8a5, 0.8), alpha(#b8b8b7, 0.8) 60%, alpha(#cececd,
0.8));
+ box-shadow: inset 0px 1px 0px rgba(224, 224, 224, 0.8);
text-shadow: none;
transition-duration: 50ms;
-gtk-icon-effect: highlight;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]