[gnome-panel/wip-geiger-adwaita] adwaita: add gradient and shadow to active tasklist box



commit 89dcec849f922c87fa3ba35206c826f621ff769b
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 | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/data/theme/Adwaita/gnome-panel.css b/data/theme/Adwaita/gnome-panel.css
index a922e70a4..605156652 100644
--- a/data/theme/Adwaita/gnome-panel.css
+++ b/data/theme/Adwaita/gnome-panel.css
@@ -87,11 +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);
-  text-shadow: none;
+  border-color: #868683;
+  border-bottom-color: #91918c;
+  background-image: linear-gradient(to bottom, alpha(#acacaa, 0.8), alpha(#b8b8b7, 0.8) 60%, alpha(#cececd, 
0.8));
+  text-shadow: 0 1px rgba(224, 224, 224, 0.76923);
+  box-shadow: inset 0px 1px rgba(224, 224, 224, 0.8);
   transition-duration: 50ms;
   -gtk-icon-effect: highlight;
 }


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