From d964641e1f14205908764d43bc5c4537b0329461 Mon Sep 17 00:00:00 2001 From: Lephe Date: Sun, 3 Oct 2021 17:34:11 +0200 Subject: [PATCH] forum: fix antibot field being visible (#51) --- app/static/css/form.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/css/form.css b/app/static/css/form.css index 23dff8a..716a28d 100644 --- a/app/static/css/form.css +++ b/app/static/css/form.css @@ -95,7 +95,7 @@ font-weight: 400; margin-top: 5px; } -.form .abfield { +.form input.abfield[type="email"] { display: none; } .form.filter {