summaryrefslogtreecommitdiff
path: root/desktop-themes/BlackMATE
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-05-26 14:13:32 +0200
committerraveit65 <[email protected]>2016-05-26 14:13:32 +0200
commit1ae981c46c978b4571dea8335774560b2d889ac7 (patch)
tree5f2ae1e2a4ff8467725eb6364dfd50b85192f551 /desktop-themes/BlackMATE
parente840212e097fd02845f06ca9897e04731a7d0da2 (diff)
downloadmate-themes-1ae981c46c978b4571dea8335774560b2d889ac7.tar.bz2
mate-themes-1ae981c46c978b4571dea8335774560b2d889ac7.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.css4
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 763d8a9a..2cda88b1 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 {