From 9a4ff3d1d3de11bfc12701d3471130d01bb66fac Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 5 Sep 2015 17:22:50 +0200 Subject: Gtk+-3.18 GreenLaguna: fix list view of caja and nemo --- desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css | 3 ++- desktop-themes/GreenLaguna/gtk-3.0/other-applications.css | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css index bc662938..11d25741 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css @@ -3,7 +3,8 @@ ************/ /* background of all views */ -CajaNavigationWindow .view { +CajaNavigationWindow .view, +CajaNavigationWindow .view row { background-color: shade(@base_color, 1.04); } diff --git a/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css index 385405e7..e2f3d9bc 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css @@ -46,7 +46,8 @@ DConfWindow GtkPaned.horizontal { * Nemo * ********/ -NemoView .view { +NemoView .view, +NemoView .view row { background-color: shade(@base_color, 1.04) } -- cgit v1.2.1