From b33e51f409b34daa7ff725a55a08dd85beadabdf Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 24 Nov 2014 14:44:25 +0100 Subject: ContrastHigh GTK3: don't use round top corners for csd applications --- desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css index dbdc26e5..ec2b69b6 100644 --- a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css @@ -1181,7 +1181,7 @@ GtkProgressBar.osd.progressbar { *******/ .titlebar { background-color: @theme_base_color; - border-radius: 7px 7px 0px 0px; + border-radius: 0px 0px 0px 0px; } /* this is the default titlebar that is added by GTK -- cgit v1.2.1