From 9d8e4ead5e0076e226dcf95776bf2a40190eabcc 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/ContrastHigh/gtk-3.0/mate-applications.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'desktop-themes/ContrastHigh') diff --git a/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css b/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css index 5af3891d..f188b09b 100644 --- a/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css +++ b/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css @@ -2,6 +2,12 @@ * Caja * ************/ +/* do not flash the desktop with a color during theme switching */ +CajaDesktopWindow FMDesktopIconView .view { + background-color: transparent; + background-image: none; +} + .caja-cluebar-label { color: @theme_selected_fg_color; font: bold; -- cgit v1.2.1