From 84f375eca0d4afc8369ee412aa318b141a99266e Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 29 Apr 2015 16:00:00 +0200 Subject: All themes themes GTK3: disable shadow for .window-frame.csd.popup to avoid black frames if turning compositor off, with MATE GTK3 --- desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop-themes/TraditionalGreen') diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css index b779186c..3deced03 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -1974,7 +1974,7 @@ GtkInfoBar:last-child, .window-frame.csd.popup { border-radius: 0; - box-shadow: 0 1px 5px @wm_shadow; + box-shadow: 0 0px 0px @wm_shadow; } .window-frame.csd.tooltip { -- cgit v1.2.1