[gnome-panel/wip-tasklist: 1/4] Adwaita: add rgba gradient to tasklist-button



commit a805a3b4dca75a55bfecfb3b02e156fba39b8363
Author: Sebastian Geiger <lanoxx gmx net>
Date:   Fri Feb 28 23:30:04 2020 +0000

    Adwaita: add rgba gradient to tasklist-button

 data/theme/Adwaita/gnome-panel-dark.css | 4 ++--
 data/theme/Adwaita/gnome-panel.css      | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/theme/Adwaita/gnome-panel-dark.css b/data/theme/Adwaita/gnome-panel-dark.css
index c64e069d0..785da5e4f 100644
--- a/data/theme/Adwaita/gnome-panel-dark.css
+++ b/data/theme/Adwaita/gnome-panel-dark.css
@@ -76,13 +76,13 @@ gp-arrow-button:active {
   outline-color: rgba(238, 238, 236, 0.3);
   border-color: #1b1f20;
   border-bottom-color: #0b0c0c;
-  background-image: linear-gradient(to bottom, #2e3436, #2a2e30 60%, #25292b);
+  background-image: linear-gradient(to bottom, rgba(46, 52, 54, .8), rgba(42, 46, 48, .8) 60%, rgba(37, 41, 
43, .8));
   text-shadow: 0 -1px rgba(0, 0, 0, 0.82745);
   box-shadow: inset 0 1px rgba(255, 255, 255, 0.05);
 }
 
 #tasklist-button:hover > box {
-  background-image: linear-gradient(to bottom, #353c3e, #2e3436 60%, #2a2e30);
+  background-image: linear-gradient(to bottom, rgba(53, 60, 62, .8), rgba(46, 52, 54, .8) 60%, rgba(42, 46, 
48, .8));
   box-shadow: inset 0 1px rgba(255, 255, 255, 0.05);
   -gtk-icon-effect: highlight;
 }
diff --git a/data/theme/Adwaita/gnome-panel.css b/data/theme/Adwaita/gnome-panel.css
index 90305f5f3..5367c979c 100644
--- a/data/theme/Adwaita/gnome-panel.css
+++ b/data/theme/Adwaita/gnome-panel.css
@@ -76,13 +76,13 @@ gp-arrow-button:active {
   outline-color: rgba(46, 52, 54, 0.3);
   border-color: #b6b6b3;
   border-bottom-color: #91918c;
-  background-image: linear-gradient(to bottom, #e8e8e7, #dededd 60%, #cfcfcd);
+  background-image: linear-gradient(to bottom, rgba(232, 232, 231, .8), rgba (222, 222, 222, .8) 60%, rgba 
(207, 207, 205, .8));
   text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
   box-shadow: inset 0 1px rgba(255, 255, 255, 0.8);
 }
 
 #tasklist-button:hover > box {
-  background-image: linear-gradient(to bottom, #f7f7f7, #e8e8e7 60%, #dededd);
+  background-image: linear-gradient(to bottom, rgba(247, 247, 247, .8), rgba(232, 232, 231, .8) 60%, rgba 
(207, 207, 205, .8));
   box-shadow: inset 0 1px white;
   -gtk-icon-effect: highlight;
 }


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