diff options
author | raveit65 <[email protected]> | 2016-06-05 20:31:17 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-06-05 20:32:00 +0200 |
commit | 61501ebc98dd30d94490fab1a2a835fac671b5b4 (patch) | |
tree | 45fecc1d26a0031af36a75522ae93a3ce884e26e /desktop-themes/TraditionalGreen/gtk-3.0 | |
parent | 5c1618f164dea55929d2b4a85950a087527d3aef (diff) | |
download | mate-themes-61501ebc98dd30d94490fab1a2a835fac671b5b4.tar.bz2 mate-themes-61501ebc98dd30d94490fab1a2a835fac671b5b4.tar.xz |
GTK+-3.20 most themes: fix bg color of scrolledwindow junction in nemo treeview
Diffstat (limited to 'desktop-themes/TraditionalGreen/gtk-3.0')
-rw-r--r-- | desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css b/desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css index ec993a4d..c9990579 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css @@ -19,8 +19,14 @@ /* nemo */ -/* icon and list view */ -.nemo-window-pane scrolledwindow { +/* 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; } |