summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-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:11:41 +0200
commitef120a989d99a2f94a2bbb3aa1611830355cc412 (patch)
tree16ad15733e56e3fdeddb5a0e71921988323bf08d /desktop-themes/Blue-Submarine/gtk-3.0
parent8d45be68681f3c5e2cddbb20459b0dca436011ee (diff)
downloadmate-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/Blue-Submarine/gtk-3.0')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
index 123feff0..d69aff50 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Blue-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 {