mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-11 16:14:04 +02:00
Removes background from form-control-plaintext
This commit is contained in:
committed by
Patrick H. Lauke
parent
4ec027b770
commit
782ee6f60e
@@ -130,6 +130,7 @@ select.form-control {
|
|||||||
padding-bottom: $input-btn-padding-y;
|
padding-bottom: $input-btn-padding-y;
|
||||||
margin-bottom: 0; // match inputs if this class comes on inputs with default margins
|
margin-bottom: 0; // match inputs if this class comes on inputs with default margins
|
||||||
line-height: $input-btn-line-height;
|
line-height: $input-btn-line-height;
|
||||||
|
background-color: transparent;
|
||||||
border: solid transparent;
|
border: solid transparent;
|
||||||
border-width: $input-btn-border-width 0;
|
border-width: $input-btn-border-width 0;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user