diff options
-rw-r--r-- | client/src/sass/application.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index bf4cccaaf..8d2bfb077 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -50,11 +50,12 @@ strong { | |||
50 | 50 | ||
51 | input.readonly { | 51 | input.readonly { |
52 | /* Force blank on readonly inputs */ | 52 | /* Force blank on readonly inputs */ |
53 | background-color: #fff !important; | 53 | background-color: var(--inputColor) !important; |
54 | } | 54 | } |
55 | 55 | ||
56 | input, textarea { | 56 | input, textarea { |
57 | outline: none; | 57 | outline: none; |
58 | color: var(--mainForegroundColor); | ||
58 | } | 59 | } |
59 | 60 | ||
60 | label { | 61 | label { |