diff options
author | raveit65 <[email protected]> | 2016-05-26 14:13:32 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-05-26 14:14:35 +0200 |
commit | 7ce9345a69d772015865b70d8712df35da90cb75 (patch) | |
tree | e0df15ebb84c50427053fc6ac35eadb565338c5d /desktop-themes/BlackMATE | |
parent | 79e04ac75afc80038974bbc900807441547366d5 (diff) | |
download | mate-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/BlackMATE')
-rw-r--r-- | desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css index 88d3fb6e..e90c5b22 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css @@ -343,8 +343,10 @@ view:backdrop, entry:backdrop, .entry:backdrop { * Separators * **************/ treeview separator, -separator { +separator, +.separator { color: darker (@theme_bg_color); + background-color: darker (@theme_bg_color); } pane-separator { |