diff options
author | raveit65 <[email protected]> | 2015-05-05 23:19:52 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-05-05 23:19:52 +0200 |
commit | dbd80e359a99b38585493b2c40966a04225c2617 (patch) | |
tree | a83521b156854aa1d5e2d40cff6fb4961eff14ab /desktop-themes/BlueMenta | |
parent | 43a858f9746515db3a97f7b6577bbf0b4ab490a6 (diff) | |
download | mate-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/BlueMenta')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/mate-applications.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css index 1f05e4cf..92b23144 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/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, |