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