0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Removes background from form-control-plaintext

This commit is contained in:
Andres Galante 2017-09-06 17:02:57 -03:00 committed by Patrick H. Lauke
parent 4ec027b770
commit 782ee6f60e

View File

@ -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;