From 6447867add94f14073fddbc0a2faea7b169563ee 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/Menta/gtk-3.0/gtk-widgets.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'desktop-themes/Menta') diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css index b28d42fa..fcd50b05 100644 --- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css @@ -5724,7 +5724,8 @@ headerbar button.image-button, box-shadow: none; } -.background.csd decoration { +.background.csd decoration, +window.unified { border-radius: 6px 6px 0px 0px; border-width: 0px; box-shadow: 0 0 0 1px @wm_border, 0 2px 8px 3px @wm_shadow; -- cgit v1.2.1