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/Menta/gtk-3.0/mate-applications.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'desktop-themes/Menta/gtk-3.0') diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css index 07b18fc9..52b5d555 100644 --- a/desktop-themes/Menta/gtk-3.0/mate-applications.css +++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css @@ -1,6 +1,13 @@ /********************* * CAJA File manager * *********************/ + +/* do not flash the desktop with a color during theme switching */ +CajaDesktopWindow FMDesktopIconView .view { + background-color: transparent; + background-image: none; +} + /* for breadcrumbs path bar */ .caja-pathbar-button, -- cgit v1.2.1