Merge pull request #2502 from matrix-org/travis/settings/disabled-selects
Override UA/OS styles for disabled Field selects
This commit is contained in:
@@ -80,3 +80,9 @@ limitations under the License.
|
|||||||
.mx_Field select:focus + label {
|
.mx_Field select:focus + label {
|
||||||
color: $input-focused-border-color;
|
color: $input-focused-border-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_Field select:disabled,
|
||||||
|
.mx_Field input:disabled {
|
||||||
|
background-color: $field-focused-label-bg-color;
|
||||||
|
color: $greyed-fg-color;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user