summaryrefslogtreecommitdiff
path: root/desktop-themes/GreenLaguna
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-03-05 17:14:49 +0100
committerraveit65 <[email protected]>2015-03-05 17:16:00 +0100
commit8f671c4eb569d18697cb8a2d9acbe8831bcdaa68 (patch)
tree21a23178882d33941eefedb5c87c459b6c2d4910 /desktop-themes/GreenLaguna
parentf8edc8ec7e3291dcc68e3000e90bb416e13150f6 (diff)
downloadmate-themes-8f671c4eb569d18697cb8a2d9acbe8831bcdaa68.tar.bz2
mate-themes-8f671c4eb569d18697cb8a2d9acbe8831bcdaa68.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.css9
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 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;