diff options
author | raveit65 <[email protected]> | 2014-11-04 18:05:35 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-11-04 18:20:50 +0100 |
commit | 0b57123a4b9f92c6df4c80072ca6a8a7f502a66a (patch) | |
tree | f43e0a1a72cf4045caa1388f7229a04a185648f0 /desktop-themes/GreenLaguna/gtk-3.0 | |
parent | 93ac6a58ea19c869e4e83f626116c1052eec31c6 (diff) | |
download | mate-themes-0b57123a4b9f92c6df4c80072ca6a8a7f502a66a.tar.bz2 mate-themes-0b57123a4b9f92c6df4c80072ca6a8a7f502a66a.tar.xz |
GreenLaguna GTK3: good looking CSD Windows with GTK3-3.14/12
Diffstat (limited to 'desktop-themes/GreenLaguna/gtk-3.0')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index 319809be..6a962cb5 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -1862,12 +1862,10 @@ GtkProgressBar.osd.progressbar { .titlebar { text-shadow: none; - background-image: linear-gradient(to bottom, shade (@theme_bg_color, 1.50), shade (@theme_bg_color, 1.0)); - - border-radius: 7px 7px 0px 0px; + border-radius: 0; } .tiled .titlebar { @@ -1906,7 +1904,7 @@ GtkProgressBar.osd.progressbar { .button.text-button.titlebutton { /* Due to a bug somewhere in gtk or cairo, a padding of zero (or even one) doesn't work always!!! */ - padding: 0px; + padding: 4px 4px 4px 4px; border-radius: 3px; border-width: 1px; |