diff options
author | raveit65 <[email protected]> | 2015-09-05 17:22:50 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-09-05 17:23:49 +0200 |
commit | 20d1f7f57237747e3cb6f20717f86b589ddc605f (patch) | |
tree | c9f3de3e963cb483fe6e9410091effbaab1b3dcc /desktop-themes/GreenLaguna | |
parent | 5c8d94c52ad3fbed16ea9038097f2c69066a02d1 (diff) | |
download | mate-themes-20d1f7f57237747e3cb6f20717f86b589ddc605f.tar.bz2 mate-themes-20d1f7f57237747e3cb6f20717f86b589ddc605f.tar.xz |
Gtk+-3.18 GreenLaguna: fix list view of caja and nemo
Diffstat (limited to 'desktop-themes/GreenLaguna')
-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) } |