summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOkTest
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-05-05 23:19:52 +0200
committerraveit65 <[email protected]>2015-05-05 23:19:52 +0200
commitdbd80e359a99b38585493b2c40966a04225c2617 (patch)
treea83521b156854aa1d5e2d40cff6fb4961eff14ab /desktop-themes/TraditionalOkTest
parent43a858f9746515db3a97f7b6577bbf0b4ab490a6 (diff)
downloadmate-themes-dbd80e359a99b38585493b2c40966a04225c2617.tar.bz2
mate-themes-dbd80e359a99b38585493b2c40966a04225c2617.tar.xz
All themes GTK3: do not flash the desktop with a color during theme switching
Diffstat (limited to 'desktop-themes/TraditionalOkTest')
-rw-r--r--desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css6
1 files changed, 6 insertions, 0 deletions
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,