From bb1c761442b5a901f300fc904d1d8d45a3e1ebf6 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/GreenLaguna/gtk-3.0/other-applications.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'desktop-themes/GreenLaguna') diff --git a/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css index 65b67eda..760cc8d6 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css @@ -13,6 +13,17 @@ padding: 0px; } +/* this sets the bg color for scrolledwindow junction, the little square besides the scrollbars */ +.nemo-window .nemo-window-pane > notebook box.vertical > overlay scrolledwindow { + background-color: rgba(204,221,199,1.0); +} + +/* 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: rgba(241,246,239,1.0); +} + /* inactive pane */ /* bug in gtk+, .view writes no bg color in all browsers */ .nemo-inactive-pane .view, -- cgit v1.2.1