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/TraditionalOk | |
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/TraditionalOk')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index 7c1d6698..229ea30a 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -212,11 +212,14 @@ treeview.view.separator { } treeview.view separator, -treeview.view .separator, /* why ?*/ +treeview.view .separator, treeview separator, separator, -separator:hover { +separator:hover, +.separator, +.separator:hover { color: shade(@border_color, 1.30); + background-color: shade(@border_color, 1.30); } /********* |