Include input and select labels in disabled stlyes

pull/1/head
Travis Ralston 7 years ago
parent cf1366635f
commit debac60980
  1. 2
      res/css/views/elements/_Field.scss

@ -112,7 +112,9 @@ limitations under the License.
}
.mx_Field select:disabled,
.mx_Field select:disabled + label,
.mx_Field input:disabled,
.mx_Field input:disabled + label,
.mx_Field textarea:disabled,
.mx_Field textarea:disabled + label {
background-color: $field-focused-label-bg-color;

Loading…
Cancel
Save