aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorPatrick H. Lauke <[email protected]>2017-04-28 00:35:55 +0100
committerMark Otto <[email protected]>2017-06-14 19:51:50 -0700
commitff5c75510d4c7445770048a117b4ac7764ca2031 (patch)
treea99990f50eec256d9329ca5d94189191e91bf96d /scss
parent22bd955434ac3cb6d4a5a7f2d21129a9a7f4b343 (diff)
downloadbootstrap-ff5c75510d4c7445770048a117b4ac7764ca2031.tar.xz
bootstrap-ff5c75510d4c7445770048a117b4ac7764ca2031.zip
Rename .form-control-static to .form-control-readonly-plain
Diffstat (limited to 'scss')
-rw-r--r--scss/_forms.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/scss/_forms.scss b/scss/_forms.scss
index 89766563c..ecf0a3df1 100644
--- a/scss/_forms.scss
+++ b/scss/_forms.scss
@@ -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