From ce1e634f706ce35844a342bfb615989f4446c9ce Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 10 Aug 2015 16:10:53 +0200 Subject: Gtk+-3.18 submarine themes: restore bg color of caja FMListView with that gtk3 version --- desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'desktop-themes/Green-Submarine/gtk-3.0') 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 { -- cgit v1.2.1