Add background to form headers

This commit is contained in:
Edgar P. Burkhart 2023-04-18 16:11:27 +02:00
parent 8b0c0d245c
commit 7e34c1f149
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -5,6 +5,10 @@ form ul.errorlist {
margin: 0;
}
form th {
background: var(--bg-01);
background-clip: padding-box;
}
form tbody input,
form tbody select,
form tbody textarea {