summaryrefslogtreecommitdiff
path: root/desktop-themes/BlueMenta
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-06-05 20:31:17 +0200
committerraveit65 <[email protected]>2016-06-05 20:31:42 +0200
commit63b21a7d19c64867bc9a94478d2e7fac786d9a6c (patch)
tree45fecc1d26a0031af36a75522ae93a3ce884e26e /desktop-themes/BlueMenta
parent06478d070aec1191f731e51f4353bd6ba493d801 (diff)
downloadmate-themes-63b21a7d19c64867bc9a94478d2e7fac786d9a6c.tar.bz2
mate-themes-63b21a7d19c64867bc9a94478d2e7fac786d9a6c.tar.xz
GTK+-3.20 most themes: fix bg color of scrolledwindow junction in nemo treeview
Diffstat (limited to 'desktop-themes/BlueMenta')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/other-applications.css11
1 files changed, 9 insertions, 2 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css
index f9925fd0..a8f9dbc2 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css
@@ -42,8 +42,15 @@
}
/* view */
-.nemo-window-pane notebook scrolledwindow {
- background-color: @theme_base_color;
+/* this sets the bg color for scrolledwindow junction, the little square beside the scrollbars */
+.nemo-window .nemo-window-pane > notebook box.vertical > overlay scrolledwindow {
+ background-color: @theme_bg_color;
+}
+
+/* treewiew, view and compact view */
+.nemo-window .nemo-window-pane > notebook box.vertical > overlay > scrolledwindow.view,
+.nemo-window .nemo-window-pane > notebook box.vertical > overlay > scrolledwindow > treeview.view {
+ background-color: @theme_base_color;
}
.nemo-window-pane treeview.view {