summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hedlund <[email protected]>2025-09-11 13:08:09 +0200
committerGitHub <[email protected]>2025-09-11 11:08:09 +0000
commit2a5c31ddc1b598ff74a92fd314446de6cdf05cb3 (patch)
treea05cac4e5a81ac9d2d27e193d604b51f2756e098
parent24eb8fb88d3c23537226bac499e46565385d77d4 (diff)
downloadmate-themes-2a5c31ddc1b598ff74a92fd314446de6cdf05cb3.tar.bz2
mate-themes-2a5c31ddc1b598ff74a92fd314446de6cdf05cb3.tar.xz
traditional themes: Remove background gradient from wnck applets
- Works for both TraditionalOk and TraditionalGreen - Solves https://github.com/mate-desktop/mate-themes/issues/323
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css6
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css6
2 files changed, 2 insertions, 10 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
index 92771caf..569b7840 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
@@ -183,11 +183,7 @@ PanelApplet.wnck-applet .wnck-pager {
border-color: @border_color;
color: @theme_fg_color;
background-color: transparent;
- background-image: -gtk-gradient (linear,
- left top,
- left bottom,
- from (@button_gradient_a),
- to (@button_gradient_d));
+ background-image: none;
}
.mate-panel-menu-bar #PanelApplet button:checked,
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
index 5c34bf4e..1da496fa 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
@@ -182,11 +182,7 @@ PanelApplet.wnck-applet .wnck-pager {
border-color: @border_color;
color: @theme_fg_color;
background-color: transparent;
- background-image: -gtk-gradient (linear,
- left top,
- left bottom,
- from (@button_gradient_a),
- to (@button_gradient_d));
+ background-image: none;
}
.mate-panel-menu-bar #PanelApplet button:checked,