aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src
diff options
context:
space:
mode:
Diffstat (limited to 'client/src')
-rw-r--r--client/src/sass/application.scss3
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
51input.readonly { 51input.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
56input, textarea { 56input, textarea {
57 outline: none; 57 outline: none;
58 color: var(--mainForegroundColor);
58} 59}
59 60
60label { 61label {