From e87c3c7bb4de701e30d7324a4ac8e5a3f8353bd0 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 14 May 2023 14:31:32 +0200 Subject: Most themes: fix border-radius of csd decorations --- desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'desktop-themes/TraditionalGreen') diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css index 4a201618..8f167499 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -3945,7 +3945,8 @@ headerbar button.titlebutton, box-shadow: none; } -.background.csd decoration { +.background.csd decoration, +window.unified { border-width: 0px; border-radius: 7px 7px 0 0; border-style: solid; -- cgit v1.2.1