Fix form fields on alternating background
This commit is contained in:
parent
14755df86b
commit
55923e7709
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ form tbody select,
|
||||||
form tbody textarea {
|
form tbody textarea {
|
||||||
font: inherit;
|
font: inherit;
|
||||||
border: none;
|
border: none;
|
||||||
background: var(--bg);
|
background: transparent;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
|
|
Loading…
Reference in a new issue