summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThe Squash <[email protected]>2020-07-25 20:08:45 -0400
committerraveit65 <[email protected]>2020-07-28 11:32:44 +0200
commit14e224cbc1bf0f1564dfb5faf0d3a0cad7c981ea (patch)
tree79dc7ec0868945eb449a59b7ef626790b6953303
parentb6cccc806236dac0a07ed7706d0550a9193f8cb1 (diff)
downloadmate-themes-14e224cbc1bf0f1564dfb5faf0d3a0cad7c981ea.tar.bz2
mate-themes-14e224cbc1bf0f1564dfb5faf0d3a0cad7c981ea.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.
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/mate-applications.css5
-rw-r--r--desktop-themes/Menta/gtk-3.0/mate-applications.css5
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css10
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css10
4 files changed, 0 insertions, 30 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..19b95182 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
@@ -165,11 +165,6 @@
color: @theme_unfocused_fg_color;
}
-/* treeview rows */
-.caja-side-pane treeview.view {
- padding: 2px 0px;
-}
-
/* to avoid overlap with eject buttons */
.caja-side-pane scrolledwindow scrollbar.vertical.left.overlay-indicator,
.caja-side-pane scrolledwindow scrollbar.vertical.left.overlay-indicator trough,
diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css
index 73431e3c..0ef4aefb 100644
--- a/desktop-themes/Menta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css
@@ -165,11 +165,6 @@
color: @theme_unfocused_fg_color;
}
-/* treeview rows */
-.caja-side-pane treeview.view {
- padding: 2px 0px;
-}
-
/* to avoid overlap with eject buttons */
.caja-side-pane scrolledwindow scrollbar.vertical.left.overlay-indicator,
.caja-side-pane scrolledwindow scrollbar.vertical.left.overlay-indicator trough,
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,