summaryrefslogtreecommitdiff
path: root/desktop-themes/GreenLaguna
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-05-26 14:13:32 +0200
committerraveit65 <[email protected]>2016-05-26 14:14:35 +0200
commit7ce9345a69d772015865b70d8712df35da90cb75 (patch)
treee0df15ebb84c50427053fc6ac35eadb565338c5d /desktop-themes/GreenLaguna
parent79e04ac75afc80038974bbc900807441547366d5 (diff)
downloadmate-themes-7ce9345a69d772015865b70d8712df35da90cb75.tar.bz2
mate-themes-7ce9345a69d772015865b70d8712df35da90cb75.tar.xz
Gtk+-3.20 most themes: fix some menu separators
fixes https://github.com/mate-desktop/mate-themes/issues/121
Diffstat (limited to 'desktop-themes/GreenLaguna')
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css4
1 files changed, 3 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 fb1759b5..3d73344e 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
@@ -479,8 +479,10 @@ label selection:backdrop:disabled {
**************/
treeview separator,
-separator {
+separator,
+.separator {
color: darker (@theme_bg_color);
+ background-color: darker (@theme_bg_color);
}
paned > separator {