From ff5c75510d4c7445770048a117b4ac7764ca2031 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Fri, 28 Apr 2017 00:35:55 +0100 Subject: Rename .form-control-static to .form-control-readonly-plain --- scss/_forms.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'scss/_forms.scss') 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 -- cgit v1.2.3