From dbd80e359a99b38585493b2c40966a04225c2617 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 5 May 2015 23:19:52 +0200 Subject: All themes GTK3: do not flash the desktop with a color during theme switching --- desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'desktop-themes/GreenLaguna') diff --git a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css index f183fe72..9738249a 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css @@ -3,10 +3,16 @@ ************/ /* background of all views */ -CajaWindow .view { +CajaNavigationWindow .view { background-color: shade(@base_color, 1.04) } +/* do not flash the desktop with a color during theme switching */ +CajaDesktopWindow FMDesktopIconView .view { + background-color: transparent; + background-image: none; +} + /* FIXME, doesn't work */ .caja-inactive-pane .view { background-color: shade(@theme_bg_color, 0.9); -- cgit v1.2.1