diff options
author | raveit65 <[email protected]> | 2015-08-11 12:36:20 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-11 12:36:20 +0200 |
commit | b0c7c161ae1292e160d40f381ce9c5766fc682c4 (patch) | |
tree | e7b8e50dab83bb537a7dd721b1dfd266081dcfe8 /desktop-themes/Menta | |
parent | 52fbf55540d29b87e8c3217a6cd339e243cebea3 (diff) | |
download | mate-themes-b0c7c161ae1292e160d40f381ce9c5766fc682c4.tar.bz2 mate-themes-b0c7c161ae1292e160d40f381ce9c5766fc682c4.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 */ |