From cf2eb0e5a3aed1cae872a37e9aa05b11434e315c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20P=C3=A4ssler?= Date: Fri, 11 Sep 2020 19:35:46 +0200 Subject: [PATCH] client: change table css --- client/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/client/style.css b/client/style.css index 51ccb18..cf0ff0a 100755 --- a/client/style.css +++ b/client/style.css @@ -124,6 +124,9 @@ table { div.card { overflow-x: auto; } +tbody tr { + border-top: 1px solid #ccc; +} tr { background-color: #fff; margin: 0 0 15px 0; @@ -139,7 +142,7 @@ th { } -tr:nth-child(odd) { +thead tr:not(:last-child) { background-color: #eee; } @@ -758,6 +761,7 @@ form>div.history { vertical-align: bottom; cursor: pointer; max-inline-size: 22px; + margin: 0 .3em; } .remark {