diff options
author | raveit65 <[email protected]> | 2015-03-05 17:08:04 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-03-05 17:08:04 +0100 |
commit | 5c630c5ccae1cdfd7f4eac305f1318e6d0b96885 (patch) | |
tree | 8217855fefcb6a03387ea88d6e27b8beba8867be /desktop-themes/GreenLaguna | |
parent | dd540235e490b942b5c7fc4c9fe38445e1351aeb (diff) | |
download | mate-themes-5c630c5ccae1cdfd7f4eac305f1318e6d0b96885.tar.bz2 mate-themes-5c630c5ccae1cdfd7f4eac305f1318e6d0b96885.tar.xz |
BlackMate, GreenLaguna GTK3: fix background of all views
Diffstat (limited to 'desktop-themes/GreenLaguna')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css index f609e22f..20b6e5ad 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; |