summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css5
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css5
2 files changed, 10 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 {
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 {