summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2014-05-12 21:11:39 +0200
committerraveit65 <[email protected]>2014-05-12 21:11:39 +0200
commit173a81974bf47df582bf340e02cc21c9b553dea2 (patch)
tree72f5ab17994c14afd9525a3d85628cc7e24234bb
parenta3f21ec2a9205f25f40e0c238d62977c7992d5e3 (diff)
downloadmate-themes-173a81974bf47df582bf340e02cc21c9b553dea2.tar.bz2
mate-themes-173a81974bf47df582bf340e02cc21c9b553dea2.tar.xz
Menta BlueMenta: add missing bracket in mate-applications.css
-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;