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/TraditionalOkTest/gtk-3.0/mate-applications.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'desktop-themes/TraditionalOkTest') diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css index a667354b..8c361623 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOkTest/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 sidebar */ CajaWindow FMTreeView .view, CajaWindow CajaNotesViewer .view, -- cgit v1.2.1