diff options
author | raveit65 <[email protected]> | 2015-08-11 12:36:20 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-11 12:37:19 +0200 |
commit | 03b8783a7427341d1bf2146395742b9d3f61fcdc (patch) | |
tree | 998d602860340d748e3bf19d010f44ccd6d523c2 /desktop-themes/Menta/gtk-3.0 | |
parent | 3bc59b27653ac49eabf9a95362d1bc6548c112e9 (diff) | |
download | mate-themes-03b8783a7427341d1bf2146395742b9d3f61fcdc.tar.bz2 mate-themes-03b8783a7427341d1bf2146395742b9d3f61fcdc.tar.xz |
GTK: menta themes: adjust the small resize line between caja sidebar and view
Diffstat (limited to 'desktop-themes/Menta/gtk-3.0')
-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 */ |