From 0b57123a4b9f92c6df4c80072ca6a8a7f502a66a Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 4 Nov 2014 18:05:35 +0100 Subject: GreenLaguna GTK3: good looking CSD Windows with GTK3-3.14/12 --- desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'desktop-themes/GreenLaguna/gtk-3.0') 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; -- cgit v1.2.1