add input color to cope with browser themes
This commit is contained in:
parent
ed19bb9a32
commit
20c3a59e2c
|
@ -50,11 +50,12 @@ strong {
|
|||
|
||||
input.readonly {
|
||||
/* Force blank on readonly inputs */
|
||||
background-color: #fff !important;
|
||||
background-color: var(--inputColor) !important;
|
||||
}
|
||||
|
||||
input, textarea {
|
||||
outline: none;
|
||||
color: var(--mainForegroundColor);
|
||||
}
|
||||
|
||||
label {
|
||||
|
|
Loading…
Reference in New Issue