From 894f1b0d103e95c944d1b46c2422b80e1eff1686 Mon Sep 17 00:00:00 2001 From: EMH-Mark-I Date: Tue, 3 Sep 2019 21:15:40 -0500 Subject: [PATCH] Theme updates Removed the gradient effect that I added in the last commit. While it looked cool, it didn't work as intended. --- Theme/Chicago95/gtk-3.0/apps/whiskermenu.css | 2 +- Theme/Chicago95/gtk-3.24/apps/whiskermenu.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Theme/Chicago95/gtk-3.0/apps/whiskermenu.css b/Theme/Chicago95/gtk-3.0/apps/whiskermenu.css index b8bbc1e..dd001f5 100644 --- a/Theme/Chicago95/gtk-3.0/apps/whiskermenu.css +++ b/Theme/Chicago95/gtk-3.0/apps/whiskermenu.css @@ -90,7 +90,7 @@ the whisker menu without having to correct their pointer location. */ padding: 2px; margin: 0; color: @active_title_text; - background-image: linear-gradient(to right, @selected_bg_color, @transparent); /* Note: You can setup a gradient here if you want! */ } + /* background-image: linear-gradient(to right, @selected_bg_color, @transparent);*/ /* Note: You can setup a gradient here if you want! */ } #whiskermenu-window frame > box > box:nth-child(2) .frame { border: 1px solid @bg_shade; padding: 0px; } diff --git a/Theme/Chicago95/gtk-3.24/apps/whiskermenu.css b/Theme/Chicago95/gtk-3.24/apps/whiskermenu.css index b819a77..c6dd0a9 100644 --- a/Theme/Chicago95/gtk-3.24/apps/whiskermenu.css +++ b/Theme/Chicago95/gtk-3.24/apps/whiskermenu.css @@ -85,7 +85,7 @@ padding: 2px; margin: 0; color: @active_title_text; - background-image: linear-gradient(to right, @selected_bg_color, @transparent); /* Note: You can setup a gradient here if you want! */ } + /*background-image: linear-gradient(to right, @selected_bg_color, @transparent);*/ /* Note: You can setup a gradient here if you want! */ } #whiskermenu-window frame > box > box > box button image { padding: 0px; } #whiskermenu-window entry {