From 500f5903d26a14a99ef4033fb2b18aa7318df256 Mon Sep 17 00:00:00 2001 From: The Squash Date: Sat, 25 Jul 2020 20:08:45 -0400 Subject: 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. --- desktop-themes/Menta/gtk-3.0/mate-applications.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop-themes/Menta') 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 */ -- cgit v1.2.1