diff options
author | raveit65 <[email protected]> | 2014-05-12 21:11:39 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-05-12 21:11:39 +0200 |
commit | 173a81974bf47df582bf340e02cc21c9b553dea2 (patch) | |
tree | 72f5ab17994c14afd9525a3d85628cc7e24234bb /desktop-themes/BlueMenta/gtk-3.0 | |
parent | a3f21ec2a9205f25f40e0c238d62977c7992d5e3 (diff) | |
download | mate-themes-173a81974bf47df582bf340e02cc21c9b553dea2.tar.bz2 mate-themes-173a81974bf47df582bf340e02cc21c9b553dea2.tar.xz |
Menta BlueMenta: add missing bracket in mate-applications.css
Diffstat (limited to 'desktop-themes/BlueMenta/gtk-3.0')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/mate-applications.css | 2 |
1 files changed, 1 insertions, 1 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; |