diff options
author | raveit65 <[email protected]> | 2015-09-05 17:22:50 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-09-05 17:22:50 +0200 |
commit | 9a4ff3d1d3de11bfc12701d3471130d01bb66fac (patch) | |
tree | a192ab32e177cc4fd822ec78166f6e51798540fb | |
parent | 34a4b9508517719d4e9cb0e03b65a66330b381b2 (diff) | |
download | mate-themes-9a4ff3d1d3de11bfc12701d3471130d01bb66fac.tar.bz2 mate-themes-9a4ff3d1d3de11bfc12701d3471130d01bb66fac.tar.xz |
Gtk+-3.18 GreenLaguna: fix list view of caja and nemo
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css | 3 | ||||
-rw-r--r-- | 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) } |