From: Catalin Zalog Date: Wed, 14 Oct 2015 16:50:03 +0000 (+0300) Subject: v4 - .c-select on background inherits white X-Git-Tag: v4.0.0-alpha.2~11^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fec2a1d10f050a44de7092cd79a79c45f96c8298;p=thirdparty%2Fbootstrap.git v4 - .c-select on background inherits white This: ```
``` render this: http://s.zalog.ro/2015-10-14-19-45-11.png --- diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index 1fec265c60..6cefd7c943 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;