Add background to form headers
This commit is contained in:
parent
8b0c0d245c
commit
7e34c1f149
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@ form ul.errorlist {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
form th {
|
||||||
|
background: var(--bg-01);
|
||||||
|
background-clip: padding-box;
|
||||||
|
}
|
||||||
form tbody input,
|
form tbody input,
|
||||||
form tbody select,
|
form tbody select,
|
||||||
form tbody textarea {
|
form tbody textarea {
|
||||||
|
|
Loading…
Reference in a new issue