diff options
author | The Squash <[email protected]> | 2020-07-25 20:08:45 -0400 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-07-28 11:37:03 +0200 |
commit | 500f5903d26a14a99ef4033fb2b18aa7318df256 (patch) | |
tree | 15ef7afce4d17fa1138d42beed017442bab58101 /desktop-themes/Menta | |
parent | fc688d9fd07ae7ad489d0ed5e3d195df2bedcaf1 (diff) | |
download | mate-themes-500f5903d26a14a99ef4033fb2b18aa7318df256.tar.bz2 mate-themes-500f5903d26a14a99ef4033fb2b18aa7318df256.tar.xz |
Traditional and Menta theme families: Resolved Caja sidebar display regressions
Several lines in these themes, seemingly related to historical overlay
scrolling issues, have been removed. These lines were causing the doubling
in height of some rows in the Caja Places, Tree, History and Bookmarks
sidebars in all themes, and the chopping off of the left side of said
Caja sidebars in the Traditional family of themes.
Diffstat (limited to 'desktop-themes/Menta')
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/mate-applications.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css index 73431e3c..06be8f51 100644 --- a/desktop-themes/Menta/gtk-3.0/mate-applications.css +++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css @@ -167,7 +167,7 @@ /* treeview rows */ .caja-side-pane treeview.view { - padding: 2px 0px; + padding: 2px; } /* to avoid overlap with eject buttons */ |