1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-17 02:54:01 +02:00

.input-append should work for select element, fixes #2137

This commit is contained in:
Laszlo Toeroek
2012-02-21 16:32:57 +01:00
parent d149a131c1
commit e423fc2629

View File

@@ -361,6 +361,7 @@ select:focus:required:invalid {
margin-bottom: 5px;
.clearfix(); // Clear the float to prevent wrapping
input,
select,
.uneditable-input {
.border-radius(0 3px 3px 0);
&:focus {
@@ -400,6 +401,7 @@ select:focus:required:invalid {
}
.input-append {
input,
select
.uneditable-input {
float: left;
.border-radius(3px 0 0 3px);