From 8e41d4432ccfc3032b9daf24a5c7ccbda5bc3cc2 Mon Sep 17 00:00:00 2001 From: Christian Seiler Date: Tue, 31 May 2016 09:04:19 +0200 Subject: [PATCH] Further cosmetic improvements Make sure that the width of the separating line of the header bar is consistent with the CSD case. (It was too think without this CSS addition.) --- gtk3-nocsd.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk3-nocsd.c b/gtk3-nocsd.c index aadbea0..08844c6 100644 --- a/gtk3-nocsd.c +++ b/gtk3-nocsd.c @@ -475,6 +475,8 @@ static GtkStyleProvider *get_custom_css_provider () static const char *custom_css = "window > .titlebar:not(headerbar) {\n" " padding: 0;\n" + " border-style: none;\n" + " border-color: transparent;\n" "}\n" ".background:not(.tiled):not(.maximized) .titlebar:backdrop,\n" ".background:not(.tiled):not(.maximized) .titlebar {\n"