summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2014-05-02 18:46:03 +0200
committerraveit65 <[email protected]>2014-05-02 18:46:03 +0200
commit5ebc4bdc3d57546b91ffb792dd997764dd6a2808 (patch)
tree029bdae66e50afce959c5cf45d9e9027f917e7f4 /desktop-themes
parent848e8cd38e2965cb2979244c5a725c28eae1a50b (diff)
downloadmate-themes-5ebc4bdc3d57546b91ffb792dd997764dd6a2808.tar.bz2
mate-themes-5ebc4bdc3d57546b91ffb792dd997764dd6a2808.tar.xz
BlueMenta GTK3: fix panel separator color
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/other-applications.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css
index 6ec21051..70f4d48c 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css
@@ -412,8 +412,8 @@ PanelApplet {
PanelSeparator {
border-width: 0;
background-image: -gtk-gradient (linear, left top, left bottom,
- from (shade (@menu_bg_color, 0.96)),
- to (shade (@menu_bg_color, 1.05)));
+ from (shade (@theme_bg_color, 0.96)),
+ to (shade (@theme_bg_color, 1.05)));
-unico-inner-stroke-width: 0;
-unico-outer-stroke-width: 0;
color: @dark_fg_color;