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/TraditionalOk | |
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/TraditionalOk')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css | 10 |
1 files changed, 0 insertions, 10 deletions
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, |