summaryrefslogtreecommitdiff
path: root/desktop-themes/Green-Submarine/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-08-10 16:10:53 +0200
committerraveit65 <[email protected]>2015-08-10 16:10:53 +0200
commitce1e634f706ce35844a342bfb615989f4446c9ce (patch)
treecd00dce1444610c19b494e1a21e690114e9f09d0 /desktop-themes/Green-Submarine/gtk-3.0
parent8562c3f49d124bf49cc18d9a68c445b1c9c7e9f9 (diff)
downloadmate-themes-ce1e634f706ce35844a342bfb615989f4446c9ce.tar.bz2
mate-themes-ce1e634f706ce35844a342bfb615989f4446c9ce.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.css5
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 {