summaryrefslogtreecommitdiff
path: root/desktop-themes/BlueMenta
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-08-11 12:36:20 +0200
committerraveit65 <[email protected]>2015-08-11 12:37:35 +0200
commit7a634605aef49283eec91cb26735b72ca8ef94a2 (patch)
tree77a1dbd99fedec0767096c62af31daeeb48654b9 /desktop-themes/BlueMenta
parent64a93578fb0634293f8ddd81cdd75d430309084c (diff)
downloadmate-themes-7a634605aef49283eec91cb26735b72ca8ef94a2.tar.bz2
mate-themes-7a634605aef49283eec91cb26735b72ca8ef94a2.tar.xz
GTK: menta themes: adjust the small resize line between caja sidebar and view
Diffstat (limited to 'desktop-themes/BlueMenta')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/mate-applications.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
index 85faa323..80ba37da 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
@@ -161,8 +161,11 @@ CajaLocationBar .entry {
padding: 4px;
}
-CajaWindow * {
- -GtkPaned-handle-size: 0;
+/* the small line between sidebar and view */
+CajaWindow GtkPaned.horizontal {
+ -GtkPaned-handle-size: 3px;
+ border-color: transparent;
+ background-color: @theme_bg_color;
}
/* caja sidebar */