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:03 +0200
commitc2405f1e16a33fbfe9d1842db2cd54a55776ea34 (patch)
tree5d9da2dcf76524a07d5ce8e2256b042e3ebb5dc0 /desktop-themes/BlueMenta
parent78152b62cf74d705a805fd3df7efcc9ca9d63234 (diff)
downloadmate-themes-c2405f1e16a33fbfe9d1842db2cd54a55776ea34.tar.bz2
mate-themes-c2405f1e16a33fbfe9d1842db2cd54a55776ea34.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 dd1e0905..82d9b929 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 */