aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaks feltrin <[email protected]>2015-04-22 19:47:25 +0200
committermaks feltrin <[email protected]>2015-04-22 19:47:25 +0200
commitd42fbb9830d6659b34dd2f30e1f2d7ec7cb54132 (patch)
tree4f644ca59b69894b34a1fdcf5a0c84a15e1423fe
parent063c1b0780ea0240e4adce4c88d57fc23e099475 (diff)
downloadbootstrap-d42fbb9830d6659b34dd2f30e1f2d7ec7cb54132.tar.xz
bootstrap-d42fbb9830d6659b34dd2f30e1f2d7ec7cb54132.zip
form-group size + form-control-feedback
automatically feedback icon sizing inside a larger|smaller form-group.
-rw-r--r--less/forms.less6
1 files changed, 4 insertions, 2 deletions
diff --git a/less/forms.less b/less/forms.less
index 6dc1641b6..44a3c69ea 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -401,13 +401,15 @@ input[type="checkbox"] {
pointer-events: none;
}
.input-lg + .form-control-feedback,
-.input-group-lg + .form-control-feedback {
+.input-group-lg + .form-control-feedback,
+.form-group-lg .form-control + .form-control-feedback {
width: @input-height-large;
height: @input-height-large;
line-height: @input-height-large;
}
.input-sm + .form-control-feedback,
-.input-group-sm + .form-control-feedback {
+.input-group-sm + .form-control-feedback,
+.form-group-sm .form-control + .form-control-feedback {
width: @input-height-small;
height: @input-height-small;
line-height: @input-height-small;