From 63b21a7d19c64867bc9a94478d2e7fac786d9a6c Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 5 Jun 2016 20:31:17 +0200 Subject: GTK+-3.20 most themes: fix bg color of scrolledwindow junction in nemo treeview --- desktop-themes/BlueMenta/gtk-3.0/other-applications.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'desktop-themes/BlueMenta') 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 { -- cgit v1.2.1