I want to create a customized Ext.form.field.Field with a gray text color if the field is readOnly. If it's not readOnly, the default text color shall be used.
There seems to be no variable in the _form.scss -file that can be used to do that.
Can I create a new variable like $form-field-readonly-color ?