]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Input group sizes: Properly position `.form-control-feedback` 15956/head
authorHeinrich Fenkart <hnrch02@gmail.com>
Sun, 1 Mar 2015 09:01:14 +0000 (10:01 +0100)
committerHeinrich Fenkart <hnrch02@gmail.com>
Sun, 1 Mar 2015 09:01:14 +0000 (10:01 +0100)
Ref https://github.com/twbs/bootstrap/issues/12868#issuecomment-76291513
Ref 7733f24

less/forms.less

index 8bfbc4ba60433fb4201087c2c000226f6f364c65..69bdd98494c47edbf2d89b558c06e13391072ae7 100644 (file)
@@ -144,7 +144,7 @@ output {
     background-color: @input-bg-disabled;
     opacity: 1; // iOS fix for unreadable disabled content; see https://github.com/twbs/bootstrap/issues/11655
   }
-  
+
   &[disabled],
   fieldset[disabled] & {
     cursor: @cursor-disabled;
@@ -376,12 +376,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;