diff options
author | raveit65 <[email protected]> | 2017-03-26 21:49:25 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-03-26 21:49:54 +0200 |
commit | 4711787bf01a80714a19abf88a77471381654bd2 (patch) | |
tree | 53038cf73265e719fdd4cf800502be4fd97e8f45 /desktop-themes | |
parent | 964f0475c4cde4f0c8f4e12f495303db99e46bab (diff) | |
download | mate-themes-4711787bf01a80714a19abf88a77471381654bd2.tar.bz2 mate-themes-4711787bf01a80714a19abf88a77471381654bd2.tar.xz |
Gtk+-3.20 GreenLaguna: change border color of GtkSwitch
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index b1f08826..c3727636 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -3601,7 +3601,7 @@ switch:backdrop { border-width: 1px; border-image: none; border-style: solid; - border-color: shade(@frame_color, 1.22); + border-color: shade(@frame_color, 0.9); background-image: linear-gradient(to bottom, @trough_bg_color_a, @trough_bg_color_b); |