From f81f419b22949d2bf0f4d346891be44724109135 Mon Sep 17 00:00:00 2001 From: m5o Date: Sun, 11 Feb 2018 23:25:36 +0100 Subject: set color to form-control-plaintext (#25565) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * set color to `.form-control-plaintext` * fixes readability on dark themes like ‘darkly’ * https://bootswatch.com/darkly/index.html#forms * https://bootswatch.com/slate/index.html#forms * https://bootswatch.com/superhero/index.html#superhero * https://bootswatch.com/solar/index.html#forms /cc @thomaspark --- scss/_forms.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'scss/_forms.scss') diff --git a/scss/_forms.scss b/scss/_forms.scss index 8835595e7..c079bd5c4 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -121,6 +121,7 @@ select.form-control { padding-bottom: $input-padding-y; margin-bottom: 0; // match inputs if this class comes on inputs with default margins line-height: $input-line-height; + color: $input-plaintext-color; background-color: transparent; border: solid transparent; border-width: $input-border-width 0; -- cgit v1.2.3