add input color to cope with browser themes
authorRigel Kent <sendmemail@rigelk.eu>
Sun, 9 Sep 2018 12:43:30 +0000 (14:43 +0200)
committerRigel Kent <sendmemail@rigelk.eu>
Sun, 9 Sep 2018 12:43:30 +0000 (14:43 +0200)
client/src/sass/application.scss

index bf4cccaaf9eb5b6be670726ef720165491c5fa94..8d2bfb0776353154b343beab3c9afe7fab459d89 100644 (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 {