diff options
author | raveit65 <[email protected]> | 2015-05-05 23:19:52 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-05-05 23:21:00 +0200 |
commit | 9d8e4ead5e0076e226dcf95776bf2a40190eabcc (patch) | |
tree | a3f971d939ba8843c2fc5ace9abb077cbf2fec03 /desktop-themes/GreenLaguna/gtk-3.0 | |
parent | 1696994fffd4e4eedfb42a28a9dd4d7581f5a63f (diff) | |
download | mate-themes-9d8e4ead5e0076e226dcf95776bf2a40190eabcc.tar.bz2 mate-themes-9d8e4ead5e0076e226dcf95776bf2a40190eabcc.tar.xz |
All themes GTK3: do not flash the desktop with a color during theme switching
Diffstat (limited to 'desktop-themes/GreenLaguna/gtk-3.0')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css index f183fe72..9738249a 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css @@ -3,10 +3,16 @@ ************/ /* background of all views */ -CajaWindow .view { +CajaNavigationWindow .view { background-color: shade(@base_color, 1.04) } +/* do not flash the desktop with a color during theme switching */ +CajaDesktopWindow FMDesktopIconView .view { + background-color: transparent; + background-image: none; +} + /* FIXME, doesn't work */ .caja-inactive-pane .view { background-color: shade(@theme_bg_color, 0.9); |