summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-05-21 12:13:22 +0200
committerraveit65 <[email protected]>2015-05-21 13:56:29 +0200
commit829eaf199c3d30a9be1ce65a01f89a05c2d29f40 (patch)
tree2b1e223f5d0e4ca0c841d1dc0ad3fde7039cc8fe /desktop-themes
parent137efb7ccd9872fd876c195668f0b419e9d00a7d (diff)
downloadmate-themes-829eaf199c3d30a9be1ce65a01f89a05c2d29f40.tar.bz2
mate-themes-829eaf199c3d30a9be1ce65a01f89a05c2d29f40.tar.xz
GreenLaguna GTK3: make toolbars less light
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
index cab959e0..1cc3d22e 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
@@ -1847,10 +1847,12 @@ GtkTreeMenu .menuitem * {
************/
.toolbar {
background-image: linear-gradient(to bottom,
- shade(@toolbar_gradient_base, 0.88),
- shade(@theme_bg_color, 1.5));
- border-style: none;
+ shade(@toolbar_gradient_base, 0.94),
+ shade(@theme_bg_color, 1.0));
+ border-style: solid;
border-width: 0;
+ border-bottom-width: 1px;
+ border-color: shade(@toolbar_gradient_base, 0.98);
border-radius: 0px;
padding: 1px;