Conflicts:
less/forms.less
}
.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