diff options
| author | Matthew Rayfield <[email protected]> | 2016-04-14 13:11:51 -0400 |
|---|---|---|
| committer | Matthew Rayfield <[email protected]> | 2016-04-14 13:37:14 -0400 |
| commit | b21750cbb7af6bed960b709ae13f5e810bd32943 (patch) | |
| tree | 43743825b8dd6f827fde9249280facc95f5db273 /scss/_custom-forms.scss | |
| parent | d8b1b92f66d57ac888f7ab49ca236b7acfa47a2e (diff) | |
| download | bootstrap-b21750cbb7af6bed960b709ae13f5e810bd32943.tar.xz bootstrap-b21750cbb7af6bed960b709ae13f5e810bd32943.zip | |
Add disabled styling for .custom-select
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; |
