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/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 a77aaca1..f955bcf5 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_base_color; font: bold; -- cgit v1.2.1