From c5ed48f5af3debbbfe483febed3604eb623823a6 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Mon, 16 May 2016 22:28:36 +0200 Subject: fix a firefox workaround --- common/gtk-3.0/3.20/gtk-solid-dark.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'common/gtk-3.0/3.20/gtk-solid-dark.css') diff --git a/common/gtk-3.0/3.20/gtk-solid-dark.css b/common/gtk-3.0/3.20/gtk-solid-dark.css index 3a9c6a6..9a1f701 100644 --- a/common/gtk-3.0/3.20/gtk-solid-dark.css +++ b/common/gtk-3.0/3.20/gtk-solid-dark.css @@ -1540,11 +1540,11 @@ menu, .menu separator { margin: 2px 0; background-color: #383C4A; } - menu .separator, - .csd menu .separator, - .menu .separator, + menu .separator:not(label), + .csd menu .separator:not(label), + .menu .separator:not(label), .csd - .menu .separator { + .menu .separator:not(label) { color: #383C4A; } menu menuitem, .menu menuitem { -- cgit v1.2.3