diff options
author | raveit65 <[email protected]> | 2015-08-11 12:36:20 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-11 12:37:03 +0200 |
commit | c2405f1e16a33fbfe9d1842db2cd54a55776ea34 (patch) | |
tree | 5d9da2dcf76524a07d5ce8e2256b042e3ebb5dc0 /desktop-themes/Menta | |
parent | 78152b62cf74d705a805fd3df7efcc9ca9d63234 (diff) | |
download | mate-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/Menta')
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/mate-applications.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css index 6dc57d57..7509729c 100644 --- a/desktop-themes/Menta/gtk-3.0/mate-applications.css +++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css @@ -163,8 +163,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 */ |