summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/mate-applications.css2
-rw-r--r--desktop-themes/Menta/gtk-3.0/mate-applications.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
index 7bad0bd6..945aabff 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
@@ -236,7 +236,7 @@ MatePanelApplet .button,
WnckTasklist .button,
.mate-panel .button {
background-image: linear-gradient(to bottom,
- shade @theme_bg_color,
+ shade (@theme_bg_color, 1.0),
shade (@theme_bg_color, 0.96));
background-color: @theme_base_color;
color: @theme_text_color;
diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css
index 7bad0bd6..c2463e41 100644
--- a/desktop-themes/Menta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css
@@ -236,7 +236,7 @@ MatePanelApplet .button,
WnckTasklist .button,
.mate-panel .button {
background-image: linear-gradient(to bottom,
- shade @theme_bg_color,
+ shade (@theme_bg_color, 1.0)
shade (@theme_bg_color, 0.96));
background-color: @theme_base_color;
color: @theme_text_color;