Fix form table header background (fix #15)

This commit is contained in:
Edgar P. Burkhart 2024-03-23 10:56:22 +01:00
parent e93f6f5d2b
commit 18a58783c8
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ form ul.errorlist {
form {
> table > tbody > tr > th {
background: var(--bg-01);
background-clip: padding-box;
border-right: 1px solid var(--gray);
}
tbody :is(input, select, textarea) {