Fix form table header background (fix #15)
This commit is contained in:
parent
e93f6f5d2b
commit
18a58783c8
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ form ul.errorlist {
|
||||||
form {
|
form {
|
||||||
> table > tbody > tr > th {
|
> table > tbody > tr > th {
|
||||||
background: var(--bg-01);
|
background: var(--bg-01);
|
||||||
background-clip: padding-box;
|
|
||||||
border-right: 1px solid var(--gray);
|
border-right: 1px solid var(--gray);
|
||||||
}
|
}
|
||||||
tbody :is(input, select, textarea) {
|
tbody :is(input, select, textarea) {
|
||||||
|
|
Loading…
Reference in a new issue