Fix background on file input
This commit is contained in:
parent
7e34c1f149
commit
a578c5c2a7
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ form ul.errorlist {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
form th {
|
||||
form>table>tbody>tr>th {
|
||||
background: var(--bg-01);
|
||||
background-clip: padding-box;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue