Fix background on file input

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

View file

@ -5,7 +5,7 @@ form ul.errorlist {
margin: 0;
}
form th {
form>table>tbody>tr>th {
background: var(--bg-01);
background-clip: padding-box;
}