summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-03-05 17:08:04 +0100
committerraveit65 <[email protected]>2015-03-05 17:08:04 +0100
commit5c630c5ccae1cdfd7f4eac305f1318e6d0b96885 (patch)
tree8217855fefcb6a03387ea88d6e27b8beba8867be
parentdd540235e490b942b5c7fc4c9fe38445e1351aeb (diff)
downloadmate-themes-5c630c5ccae1cdfd7f4eac305f1318e6d0b96885.tar.bz2
mate-themes-5c630c5ccae1cdfd7f4eac305f1318e6d0b96885.tar.xz
BlackMate, GreenLaguna GTK3: fix background of all views
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/mate-applications.css15
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css9
2 files changed, 7 insertions, 17 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css
index 00ba5389..0cf35dd4 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css
@@ -4,17 +4,9 @@
/**** View ***/
-/* Look out !
-FIXME This is the background color of caja view */
-/*background of icon view */
-CajaView .entry {
- background-color: shade(@theme_bg_color, 1.00);
- color: @theme_fg_color;
-}
-
-/*background of list view */
+/* background of all views */
CajaWindow .view {
- background-color: shade(@theme_bg_color, 1.00);
+ background-color: shade (@theme_bg_color, 1.08);
color: @theme_fg_color;
border-color: transparent;
}
@@ -23,7 +15,7 @@ CajaWindow .view {
background-color: shade(@less_dark_color, 1.3);
}
-/* file renaming */
+/* file renaming *//*
CajaView .view .entry,
CajaView .view .entry:focus {
background-image: none;
@@ -33,6 +25,7 @@ CajaView .view .entry:focus {
border-color: @theme_selected_bg_color;
background-color: shade(@theme_selected_bg_color, 0.3);
}
+*/
/**** Window ***/
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;