]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Merge branch 'jasny-patch-2' into 2.0.3-wip
authorMark Otto <markotto@twitter.com>
Sat, 7 Apr 2012 23:43:48 +0000 (16:43 -0700)
committerMark Otto <markotto@twitter.com>
Sat, 7 Apr 2012 23:43:48 +0000 (16:43 -0700)
Conflicts:
less/forms.less

1  2 
less/forms.less

diff --cc less/forms.less
index d8cb54909258b0c095a095fe737711a1454c610b,1da8d7500f03a5cd1fb4c2780518dd8a5510675c..60eff0043800a5ccbbc574cd4f25b979ae1d16f1
@@@ -397,7 -391,7 +397,8 @@@ select:focus:required:invalid 
    }
    .add-on,
    .btn {
-     .border-radius(@inputBorderRadius 0 0 @inputBorderRadius);
++    margin-left: -1px;
+     .border-radius(0);
    }
    .active {
      background-color: lighten(@green, 30);
    .btn {
      margin-right: -1px;
    }
 -    .border-radius(3px 0 0 3px);
+   .add-on:first-child,
+   .btn:first-child {
++    .border-radius(@inputBorderRadius 0 0 @inputBorderRadius);
+   }
  }
  .input-append {
    input,
      border-left-color: #eee;
      border-right-color: #ccc;
    }
--  .add-on,
--  .btn {
--    margin-left: -1px;
 -  }
+   .add-on:last-child,
+   .btn:last-child {
 -    .border-radius(0 3px 3px 0);
 +    .border-radius(0 @inputBorderRadius @inputBorderRadius 0);
    }
  }
  // Remove all border-radius for inputs with both prepend and append