summaryrefslogtreecommitdiff
path: root/desktop-themes/GreenLaguna
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-06-05 20:31:17 +0200
committerraveit65 <[email protected]>2016-06-05 20:32:00 +0200
commit61501ebc98dd30d94490fab1a2a835fac671b5b4 (patch)
tree45fecc1d26a0031af36a75522ae93a3ce884e26e /desktop-themes/GreenLaguna
parent5c1618f164dea55929d2b4a85950a087527d3aef (diff)
downloadmate-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/GreenLaguna')
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/other-applications.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css
index 3aaea282..354b24c9 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,