diff options
author | raveit65 <[email protected]> | 2016-06-05 20:31:17 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-06-05 20:31:17 +0200 |
commit | bb1c761442b5a901f300fc904d1d8d45a3e1ebf6 (patch) | |
tree | 82cd68ae5af3158f50a26b272307942e5b392bb9 /desktop-themes/BlueMenta | |
parent | f76242fcb629201f1e5b669dc163e52e71f734b1 (diff) | |
download | mate-themes-bb1c761442b5a901f300fc904d1d8d45a3e1ebf6.tar.bz2 mate-themes-bb1c761442b5a901f300fc904d1d8d45a3e1ebf6.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.css | 11 |
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 24211707..b51eea5c 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 { |