summaryrefslogtreecommitdiff
path: root/desktop-themes/GreenLaguna
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-03-26 23:05:56 +0200
committerraveit65 <[email protected]>2017-03-26 23:06:36 +0200
commit5d5cb3464135ac3bf8d20cad5d778f11a5778659 (patch)
tree761b3a633c2f1d08b1deccc6dc06462f9d139e9d /desktop-themes/GreenLaguna
parentc1b6f4fcef01b5da68bac4bec5606165046cabd4 (diff)
downloadmate-themes-5d5cb3464135ac3bf8d20cad5d778f11a5778659.tar.bz2
mate-themes-5d5cb3464135ac3bf8d20cad5d778f11a5778659.tar.xz
Gtk+-3.20 GreenLaguna: style scrollbar junction
Diffstat (limited to 'desktop-themes/GreenLaguna')
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
index caaf5247..d0cab88e 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
@@ -2291,6 +2291,20 @@ scrollbar.horizontal .button.down {
border-width: 1px 0px 0px 0px;
}
+ /* the small square between scrollbars!!! */
+scrolledwindow junction,
+scrolledwindow.frame junction {
+ background-image: none;
+ background-color: shade(@theme_bg_color, 0.9);
+ border-style: none;
+ border-radius: 0;
+}
+
+/* junction does not work here */
+filechooser paned.horizontal box.vertical box.horizontal .view box.vertical {
+ background-color: shade(@theme_bg_color, 0.9);
+}
+
/*********
* Menus *