diff options
author | raveit65 <[email protected]> | 2015-03-05 17:14:49 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-03-05 17:15:38 +0100 |
commit | a5432f4abf885efd8e7b2cd8bd757d7e01b00b02 (patch) | |
tree | 8e3fa10a44d6172063927263d73373dca2576cf9 /desktop-themes/BlackMATE | |
parent | acbe0250cbf9d0b4bbbd0e43095f3c1419afb99a (diff) | |
download | mate-themes-a5432f4abf885efd8e7b2cd8bd757d7e01b00b02.tar.bz2 mate-themes-a5432f4abf885efd8e7b2cd8bd757d7e01b00b02.tar.xz |
BlackMate, GreenLaguna GTK3: fix background of all views
Diffstat (limited to 'desktop-themes/BlackMATE')
-rw-r--r-- | desktop-themes/BlackMATE/gtk-3.0/mate-applications.css | 15 |
1 files changed, 6 insertions, 9 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; |