diff options
| author | Andres Galante <[email protected]> | 2017-09-06 17:02:57 -0300 |
|---|---|---|
| committer | Patrick H. Lauke <[email protected]> | 2017-09-06 21:02:57 +0100 |
| commit | 782ee6f60ec6aca0efd6b95865a521cabc607342 (patch) | |
| tree | 22b490a97525f265a3ad9c089021f5f9636dd99f /scss/_forms.scss | |
| parent | 4ec027b7705992f08fd5735e4d49cbdbf8874643 (diff) | |
| download | bootstrap-782ee6f60ec6aca0efd6b95865a521cabc607342.tar.xz bootstrap-782ee6f60ec6aca0efd6b95865a521cabc607342.zip | |
Removes background from form-control-plaintext
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 33163a052..fb3dc5599 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -130,6 +130,7 @@ select.form-control { padding-bottom: $input-btn-padding-y; margin-bottom: 0; // match inputs if this class comes on inputs with default margins line-height: $input-btn-line-height; + background-color: transparent; border: solid transparent; border-width: $input-btn-border-width 0; |
