From fec2a1d10f050a44de7092cd79a79c45f96c8298 Mon Sep 17 00:00:00 2001 From: Catalin Zalog Date: Wed, 14 Oct 2015 19:50:03 +0300 Subject: [PATCH] v4 - .c-select on background inherits white This: ```
``` render this: http://s.zalog.ro/2015-10-14-19-45-11.png --- scss/_custom-forms.scss | 1 + 1 file changed, 1 insertion(+) 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; -- 2.47.2