Skip to content
Snippets Groups Projects
Unverified Commit 20c3a59e authored by Rigel Kent's avatar Rigel Kent
Browse files

add input color to cope with browser themes

parent ed19bb9a
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment