From a5432f4abf885efd8e7b2cd8bd757d7e01b00b02 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 5 Mar 2015 17:14:49 +0100 Subject: BlackMate, GreenLaguna GTK3: fix background of all views --- desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'desktop-themes/GreenLaguna/gtk-3.0') diff --git a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css index 1e86d6de..58f171dd 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css @@ -2,12 +2,7 @@ * Caja * ************/ -/*background of icon view */ -CajaView .entry { - background-color: shade(@base_color, 1.06) -} - -/*background of list view */ +/* background of all views */ CajaWindow .view { background-color: shade(@base_color, 1.06) } @@ -35,6 +30,7 @@ CajaWindow .view { } /* file renaming */ +/* CajaView .view .entry, CajaView .view .entry:focus { background-image: none; @@ -43,6 +39,7 @@ CajaView .view .entry:focus { border-radius: 1px; border-color: @theme_selected_bg_color; } +*/ /*CajaToolbar .toolbar { border-radius: 0px; -- cgit v1.2.1