diff options
| author | m5o <[email protected]> | 2018-02-11 23:25:36 +0100 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-02-11 14:25:36 -0800 |
| commit | f81f419b22949d2bf0f4d346891be44724109135 (patch) | |
| tree | 055de8ec76803de1c247327f48eecc1a79b2f0ed /scss/_forms.scss | |
| parent | 3ffe4f82b794e174fafe58d80980aa37bc02e5e4 (diff) | |
| download | bootstrap-f81f419b22949d2bf0f4d346891be44724109135.tar.xz bootstrap-f81f419b22949d2bf0f4d346891be44724109135.zip | |
set color to form-control-plaintext (#25565)
* 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
Diffstat (limited to 'scss/_forms.scss')
| -rw-r--r-- | scss/_forms.scss | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
