aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/application.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r--client/src/sass/application.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss
index 1f8166d8a..87a21543d 100644
--- a/client/src/sass/application.scss
+++ b/client/src/sass/application.scss
@@ -92,7 +92,7 @@ strong {
92 font-weight: $font-semibold; 92 font-weight: $font-semibold;
93} 93}
94 94
95input.readonly { 95input[readonly] {
96 /* Force blank on readonly inputs */ 96 /* Force blank on readonly inputs */
97 background-color: pvar(--inputBackgroundColor) !important; 97 background-color: pvar(--inputBackgroundColor) !important;
98} 98}