diff options
author | raveit65 <[email protected]> | 2015-03-05 17:14:49 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-03-05 17:16:31 +0100 |
commit | 27e1da5a2b55fe2e1889d9d819e9fe59fe48b4de (patch) | |
tree | 711e6d25a9cadcfaa4726e6350ed736ec92772b4 | |
parent | 6f4ab259d2f60798292298a03a426ce71c21764b (diff) | |
download | mate-themes-27e1da5a2b55fe2e1889d9d819e9fe59fe48b4de.tar.bz2 mate-themes-27e1da5a2b55fe2e1889d9d819e9fe59fe48b4de.tar.xz |
BlackMate, GreenLaguna GTK3: fix background of all views
-rw-r--r-- | desktop-themes/BlackMATE/gtk-3.0/mate-applications.css | 15 | ||||
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css | 9 |
2 files changed, 9 insertions, 15 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css index 0cb2d5d7..e1de6c25 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css @@ -4,16 +4,18 @@ /**** View ***/ -CajaView .view { - background-color: shade (@theme_bg_color, 1.08); +/* background of all views */ +CajaWindow .view { + background-color: shade (@theme_bg_color, 1.08); color: @theme_fg_color; + border-color: transparent; } .caja-inactive-pane .view { background-color: shade(@less_dark_color, 1.3); } -/* file renaming */ +/* file renaming *//* CajaView .view .entry, CajaView .view .entry:focus { background-image: none; @@ -23,15 +25,10 @@ CajaView .view .entry:focus { border-color: @theme_selected_bg_color; background-color: shade(@theme_selected_bg_color, 0.3); } +*/ /**** Window ***/ -/*FIXME normaly this isn't the right entry for adjusting -the sidebar background color*/ -CajaWindow .view { - background-color: shade (@theme_bg_color, 1.08); -} - /* the small line between sidebar and view */ CajaWindow * { -GtkPaned-handle-size: 2px; 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; |