diff options
| author | Mark Otto <[email protected]> | 2015-12-08 00:05:52 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-12-08 00:05:52 -0800 |
| commit | 9c558158985c50c445b5b3defd985fb9fd003f3f (patch) | |
| tree | cbc3aa63ab44c1ecd602b4225b62c705b71d1b2c | |
| parent | 46fa32e3971b6ccec093d958831d4c41da66742c (diff) | |
| parent | fec2a1d10f050a44de7092cd79a79c45f96c8298 (diff) | |
| download | bootstrap-9c558158985c50c445b5b3defd985fb9fd003f3f.tar.xz bootstrap-9c558158985c50c445b5b3defd985fb9fd003f3f.zip | |
Merge pull request #17930 from zalog/patch-12
v4 - .c-select shouldn't inherit white text color
| -rw-r--r-- | scss/_custom-forms.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index 17b6a5e48..6e013fbec 100644 --- a/scss/_custom-forms.scss +++ b/scss/_custom-forms.scss @@ -135,6 +135,7 @@ padding: .375rem 1.75rem .375rem .75rem; padding-right: .75rem \9; vertical-align: middle; + color: $input-color; background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right .75rem center; background-image: none \9; background-size: 8px 10px; |
