From 7ca1bdc1f7b7f5aaaa5a6a7c7fda6b6f0478e58d Mon Sep 17 00:00:00 2001 From: Robert Goldmann <deadlocker@gmx.de> Date: Mon, 21 Feb 2022 20:43:56 +0100 Subject: [PATCH] fixed template collapsible header border --- src/main/resources/static/css/templates.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/static/css/templates.css b/src/main/resources/static/css/templates.css index 19c1ea409..b7b37109b 100644 --- a/src/main/resources/static/css/templates.css +++ b/src/main/resources/static/css/templates.css @@ -25,6 +25,7 @@ .templateCollapsible { -webkit-box-shadow: none !important; box-shadow: none !important; + border: none; } .template-group-headline { -- GitLab