aboutsummaryrefslogtreecommitdiff
path: root/less/forms.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-03-28 21:07:56 -0700
committerMark Otto <[email protected]>2015-03-28 21:07:56 -0700
commite90d69c28c3edd49551d7d69b302d98933cc468a (patch)
tree5f3dbe41df691c5598b419187e237ab9a3edfc52 /less/forms.less
parente260661ab8654e91a1520c8011b4a7e4837754ab (diff)
parentfd35779f0e15df27a8a05459a000d84320d8bb00 (diff)
downloadbootstrap-e90d69c28c3edd49551d7d69b302d98933cc468a.tar.xz
bootstrap-e90d69c28c3edd49551d7d69b302d98933cc468a.zip
Merge pull request #15956 from twbs/input-group-sizes-glyphicon
Input group sizes: Properly position `.form-control-feedback`
Diffstat (limited to 'less/forms.less')
-rw-r--r--less/forms.less6
1 files changed, 4 insertions, 2 deletions
diff --git a/less/forms.less b/less/forms.less
index de1508d0c..94c0e7fce 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -400,12 +400,14 @@ input[type="checkbox"] {
text-align: center;
pointer-events: none;
}
-.input-lg + .form-control-feedback {
+.input-lg + .form-control-feedback,
+.input-group-lg + .form-control-feedback {
width: @input-height-large;
height: @input-height-large;
line-height: @input-height-large;
}
-.input-sm + .form-control-feedback {
+.input-sm + .form-control-feedback,
+.input-group-sm + .form-control-feedback {
width: @input-height-small;
height: @input-height-small;
line-height: @input-height-small;