summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOk
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-05-05 23:19:52 +0200
committerraveit65 <[email protected]>2015-05-05 23:21:21 +0200
commitc05d6caeb37556a607c5c618c7f345b363a441a9 (patch)
treef381d5a2fbd6c33dcaa214b3425dc5e3752330fc /desktop-themes/TraditionalOk
parent3a7798221346a76d0820f9bc28b295b8a16d9d1f (diff)
downloadmate-themes-c05d6caeb37556a607c5c618c7f345b363a441a9.tar.bz2
mate-themes-c05d6caeb37556a607c5c618c7f345b363a441a9.tar.xz
All themes GTK3: do not flash the desktop with a color during theme switching
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
index 3efad249..accdbafc 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalOk/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,