diff options
author | raveit65 <[email protected]> | 2015-08-10 16:10:53 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-10 16:11:41 +0200 |
commit | ef120a989d99a2f94a2bbb3aa1611830355cc412 (patch) | |
tree | 16ad15733e56e3fdeddb5a0e71921988323bf08d /desktop-themes/Green-Submarine/gtk-3.0 | |
parent | 8d45be68681f3c5e2cddbb20459b0dca436011ee (diff) | |
download | mate-themes-ef120a989d99a2f94a2bbb3aa1611830355cc412.tar.bz2 mate-themes-ef120a989d99a2f94a2bbb3aa1611830355cc412.tar.xz |
Gtk+-3.18 submarine themes: restore bg color of caja FMListView with that gtk3 version
Diffstat (limited to 'desktop-themes/Green-Submarine/gtk-3.0')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css index d2f754d4..48be0ae0 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css @@ -10,6 +10,11 @@ CajaNavigationWindow .view { color: @theme_fg_color; } +/* since gtk+-3.18 */ +CajaNavigationWindow FMListView .view { + background-color: shade (@base_color, 1.0); +} + /* do not flash the desktop with a color during theme switching */ CajaWindow, CajaDesktopWindow FMDesktopIconView .view { |