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