diff --git a/res/css/views/elements/_Field.scss b/res/css/views/elements/_Field.scss index 3893f8c010..128e7dbfde 100644 --- a/res/css/views/elements/_Field.scss +++ b/res/css/views/elements/_Field.scss @@ -81,6 +81,8 @@ limitations under the License. color: $input-focused-border-color; } -.mx_Field select:disabled { +.mx_Field select:disabled, +.mx_Field input:disabled { background-color: $field-focused-label-bg-color; + color: $greyed-fg-color; }