diff options
author | raveit65 <[email protected]> | 2016-03-15 20:17:07 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-03-15 20:17:07 +0100 |
commit | 80695fb929b28333e5f3029ff931313106bc3666 (patch) | |
tree | 26323a091097464357b0114995a170b9d9923004 /desktop-themes/Menta/gtk-3.0 | |
parent | 09fad847ec2b00a7b4fc916c5af27e2ed237fe1c (diff) | |
download | mate-themes-80695fb929b28333e5f3029ff931313106bc3666.tar.bz2 mate-themes-80695fb929b28333e5f3029ff931313106bc3666.tar.xz |
GTK3.20 Menta themes: reduce height of sidbar treeview
Diffstat (limited to 'desktop-themes/Menta/gtk-3.0')
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/mate-applications.css | 4 |
1 files changed, 2 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 fd2955fe..0ec6a9f4 100644 --- a/desktop-themes/Menta/gtk-3.0/mate-applications.css +++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css @@ -145,8 +145,8 @@ } /* treeview rows */ -.caja-side-pane treeview.view header { - padding: 5px 0px 5px 0px; +.caja-side-pane treeview.view { + padding: 4px 0px 4px 0px; } /* to avoid overlap with eject buttons */ |