summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-03-26 21:49:25 +0200
committerraveit65 <[email protected]>2017-03-26 21:49:54 +0200
commit4711787bf01a80714a19abf88a77471381654bd2 (patch)
tree53038cf73265e719fdd4cf800502be4fd97e8f45
parent964f0475c4cde4f0c8f4e12f495303db99e46bab (diff)
downloadmate-themes-4711787bf01a80714a19abf88a77471381654bd2.tar.bz2
mate-themes-4711787bf01a80714a19abf88a77471381654bd2.tar.xz
Gtk+-3.20 GreenLaguna: change border color of GtkSwitch
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css2
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);