From: Andres Galante Date: Wed, 6 Sep 2017 20:02:57 +0000 (-0300) Subject: Removes background from form-control-plaintext X-Git-Tag: v4.0.0-beta.2~266 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=782ee6f60ec6aca0efd6b95865a521cabc607342;p=thirdparty%2Fbootstrap.git Removes background from form-control-plaintext --- diff --git a/scss/_forms.scss b/scss/_forms.scss index 33163a0529..fb3dc55992 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;