summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-03-26 21:38:09 +0200
committerraveit65 <[email protected]>2017-03-26 21:38:51 +0200
commit964f0475c4cde4f0c8f4e12f495303db99e46bab (patch)
tree98523261b33ccb9dc4f2e1ee824742697b479610 /desktop-themes
parentd8f25e156aac8959ec25bb52baa62dc18075962e (diff)
downloadmate-themes-964f0475c4cde4f0c8f4e12f495303db99e46bab.tar.bz2
mate-themes-964f0475c4cde4f0c8f4e12f495303db99e46bab.tar.xz
Gtk+-3.20 GreenLaguna: change border-color for scrollbars
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
index bcac635d..b1f08826 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
@@ -2090,7 +2090,7 @@ scrollbar trough {
background-color: shade(@theme_bg_color, 0.95);
background-image: none;
border-style: solid;
- border-color: shade(@theme_bg_color, 0.75);
+ border-color: alpha(@frame_color, 0.6);
border-radius: 0px;
}
@@ -2219,7 +2219,7 @@ scrollbar .button.horizontal {
color: @theme_fg_color;
border-image: none;
border-style: solid;
- border-color: shade(@theme_bg_color, 0.75);
+ border-color: alpha(@frame_color, 0.6);
border-radius: 0px;
background-image: none;
background-color: shade(@theme_bg_color, 0.9);