summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-06-04 12:30:31 +0200
committerraveit65 <[email protected]>2016-06-04 12:31:29 +0200
commitf2d255dba3af5f187b328e1f8b3d381e31515e4c (patch)
treef052b98f4c7c5ff716d583c167b4ba33588e0677 /desktop-themes
parent3060d39b2c3297a93201854cf9393671c825bda7 (diff)
downloadmate-themes-f2d255dba3af5f187b328e1f8b3d381e31515e4c.tar.bz2
mate-themes-f2d255dba3af5f187b328e1f8b3d381e31515e4c.tar.xz
GTK+-3 BlueMenta: add missing scale_trough_border color definition
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-main.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-main.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-main.css
index 90dfed7a..658f8a95 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gtk-main.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-main.css
@@ -97,6 +97,7 @@
@define-color scale_trough_bg_b shade(@theme_bg_color, 0.76);
@define-color scale_shadow alpha(white, 0.50);
@define-color scale_progress_fill @theme_selected_bg_color;
+@define-color scale_trough_border shade(@borders, 0.83);
@define-color scale_highlight_border @theme_selected_bg_color;
@define-color scale_highlight_bg @theme_selected_bg_color;
@define-color scale_highlight_shadow alpha(white, 0.50);