add input color to cope with browser themes

This commit is contained in:
Rigel Kent 2018-09-09 14:43:30 +02:00
parent ed19bb9a32
commit 20c3a59e2c
No known key found for this signature in database
GPG Key ID: EA12971B0E438F36

View File

@ -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 {