From 5610b262208890cc1d1e5861ab0b2d2e9d056a18 Mon Sep 17 00:00:00 2001 From: David Hoppenbrouwers Date: Mon, 24 Oct 2022 19:11:27 +0200 Subject: [PATCH] Show borders for table.form elements --- static/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/theme.css b/static/theme.css index 426effe..3ab2203 100644 --- a/static/theme.css +++ b/static/theme.css @@ -46,6 +46,7 @@ table { } tr:not(:last-child) { + /* FIXME this is sometimes invisible depending on zoom level in Firefox. */ border-bottom: 1px solid; } @@ -83,7 +84,6 @@ form.form { } table.form { - border-collapse: unset; width: 100%; }