diff --git a/app/helpers/question_attribute_helper.rb b/app/helpers/question_attribute_helper.rb index d292239d8..04f0ad4bc 100644 --- a/app/helpers/question_attribute_helper.rb +++ b/app/helpers/question_attribute_helper.rb @@ -10,6 +10,7 @@ module QuestionAttributeHelper private def numeric_question_html_attributes(question) + return { "style": "background-color: #f3f2f1;" } if question.read_only? return {} if question.fields_to_add.blank? || question.result_field.blank? {