diff options
author | raveit65 <[email protected]> | 2014-11-04 18:05:35 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-11-04 18:05:35 +0100 |
commit | 78b83ef22675a114342a68966013bb244223196a (patch) | |
tree | 00c887c8882cbb0e3d40f8a844484619804fa846 /desktop-themes/GreenLaguna/gtk-3.0 | |
parent | c387e9c49284f18f7ad2f5ea7b62701c0f71f9f3 (diff) | |
download | mate-themes-78b83ef22675a114342a68966013bb244223196a.tar.bz2 mate-themes-78b83ef22675a114342a68966013bb244223196a.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; |