diff options
author | raveit65 <[email protected]> | 2015-05-05 23:19:52 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-05-05 23:21:21 +0200 |
commit | c05d6caeb37556a607c5c618c7f345b363a441a9 (patch) | |
tree | f381d5a2fbd6c33dcaa214b3425dc5e3752330fc /desktop-themes/BlackMATE | |
parent | 3a7798221346a76d0820f9bc28b295b8a16d9d1f (diff) | |
download | mate-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/BlackMATE')
-rw-r--r-- | desktop-themes/BlackMATE/gtk-3.0/mate-applications.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css index 31865c8c..7672c98b 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css @@ -5,12 +5,18 @@ /**** View ***/ /* background of all views */ -CajaWindow .view { +CajaNavigationWindow .view { background-color: shade (@theme_bg_color, 1.08); color: @theme_fg_color; border-color: transparent; } +/* do not flash the desktop with a color during theme switching */ +CajaDesktopWindow FMDesktopIconView .view { + background-color: transparent; + background-image: none; +} + .caja-inactive-pane .view { background-color: shade(@less_dark_color, 1.3); } |