diff options
Diffstat (limited to 'scss/_custom-forms.scss')
| -rw-r--r-- | scss/_custom-forms.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index 371945ce7..a15aa9474 100644 --- a/scss/_custom-forms.scss +++ b/scss/_custom-forms.scss @@ -161,6 +161,12 @@ @include box-shadow($custom-select-focus-box-shadow); } + &:disabled { + color: $custom-select-disabled-color; + cursor: $cursor-disabled; + background-color: $custom-select-disabled-bg; + } + // Hides the default caret in IE11 &::-ms-expand { opacity: 0; |
