summaryrefslogtreecommitdiff
path: root/desktop-themes/BlackMATE
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-03-05 17:14:49 +0100
committerraveit65 <[email protected]>2015-03-05 17:14:49 +0100
commit86a45c22198c52da8ff52b0726f2acf84e7b58fd (patch)
tree1b52b2961b3df4cb9030a1c8d1cae792b15a0ba8 /desktop-themes/BlackMATE
parent56cdb04b443d2de7e54b50128ad8842e1a4d4e24 (diff)
downloadmate-themes-86a45c22198c52da8ff52b0726f2acf84e7b58fd.tar.bz2
mate-themes-86a45c22198c52da8ff52b0726f2acf84e7b58fd.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.css15
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 d1da8691..bded6b09 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;