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/Green-Submarine/gtk-3.0/gtk-widgets.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'desktop-themes/Green-Submarine') diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css index b548c915..54a5a59e 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -6291,6 +6291,7 @@ headerbar paned > separator { background: none; background-color: transparent; padding: 5px 5px 6px 5px; + margin: 0px -3px 0px -3px; border-width: 1px; border-radius: 5px; border-color: transparent; @@ -6517,7 +6518,8 @@ headerbar paned > separator { box-shadow: none; } -.background.csd decoration { +.background.csd decoration, +window.unified { border-color: darker(@theme_bg_dark_color); border-radius: 7px 7px 0 0; border-width: 1px; -- cgit v1.2.1