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 | |
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')
4 files changed, 2 insertions, 22 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css index a8a55f6e..b69ea3bd 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/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 */ 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 */ diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css index c54f89e4..92771caf 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css @@ -12,16 +12,6 @@ color: @theme_fg_color; } -/* move whole the frame, to free eject button for overlay scrollbars */ -.caja-side-pane scrolledwindow.frame { - padding: 0px; - margin: 0px 0px 0px -8px; -} - -.caja-side-pane scrolledwindow.frame treeview.view { - padding: 3px 0px 3px 0px; -} - /* better for overlay scrollbars */ /* to avoid overlap with eject buttons */ .caja-side-pane scrolledwindow scrollbar.vertical.right.overlay-indicator, diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css index 0dd86b69..5c34bf4e 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css @@ -12,16 +12,6 @@ color: @theme_fg_color; } -/* move whole the frame, to free eject button for overlay scrollbars */ -.caja-side-pane scrolledwindow.frame { - padding: 0px; - margin: 0px 0px 0px -8px; -} - -.caja-side-pane scrolledwindow.frame treeview.view { - padding: 3px 0px 3px 0px; -} - /* better for overlay scrollbars */ /* to avoid overlap with eject buttons */ .caja-side-pane scrolledwindow scrollbar.vertical.right.overlay-indicator, |