diff options
author | raveit65 <[email protected]> | 2017-03-26 21:49:25 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-03-26 21:50:16 +0200 |
commit | f9c9ab94249d6f8a10d6835a3e9b3240a3c33fe1 (patch) | |
tree | 98ace41cf0ed6bd6abe3582b1de1405667938ab2 | |
parent | a160896bc3df5037c83ba569ab81f2661b36e287 (diff) | |
download | mate-themes-f9c9ab94249d6f8a10d6835a3e9b3240a3c33fe1.tar.bz2 mate-themes-f9c9ab94249d6f8a10d6835a3e9b3240a3c33fe1.tar.xz |
Gtk+-3.20 GreenLaguna: change border color of GtkSwitch
-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 150bcb52..caaf5247 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); |