Fix form fields on alternating background

This commit is contained in:
Edgar P. Burkhart 2023-12-30 09:42:58 +01:00
parent 14755df86b
commit 55923e7709
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ form tbody select,
form tbody textarea {
font: inherit;
border: none;
background: var(--bg);
background: transparent;
width: 100%;
height: 100%;
line-height: 1.5;