1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 07:39:57 +02:00

Rename .form-control-static to .form-control-readonly-plain

This commit is contained in:
Patrick H. Lauke
2017-04-28 00:35:55 +01:00
committed by Mark Otto
parent 22bd955434
commit ff5c75510d
2 changed files with 8 additions and 8 deletions

View File

@@ -122,12 +122,12 @@ select.form-control {
}
// Static form control text
// Readonly controls as plain text
//
// Apply class to an element to make any string of text align with labels in a
// horizontal form layout.
// Apply class to a readonly input to make it appear like regular plain
// text (without any border, background color, focus indicator)
.form-control-static {
.form-control-plaintext {
padding-top: $input-btn-padding-y;
padding-bottom: $input-btn-padding-y;
margin-bottom: 0; // match inputs if this class comes on inputs with default margins