mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-28 20:52:21 +01:00
.input-append should work for select element, fixes #2137
This commit is contained in:
parent
d149a131c1
commit
e423fc2629
@ -361,6 +361,7 @@ select:focus:required:invalid {
|
|||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
.clearfix(); // Clear the float to prevent wrapping
|
.clearfix(); // Clear the float to prevent wrapping
|
||||||
input,
|
input,
|
||||||
|
select,
|
||||||
.uneditable-input {
|
.uneditable-input {
|
||||||
.border-radius(0 3px 3px 0);
|
.border-radius(0 3px 3px 0);
|
||||||
&:focus {
|
&:focus {
|
||||||
@ -400,6 +401,7 @@ select:focus:required:invalid {
|
|||||||
}
|
}
|
||||||
.input-append {
|
.input-append {
|
||||||
input,
|
input,
|
||||||
|
select
|
||||||
.uneditable-input {
|
.uneditable-input {
|
||||||
float: left;
|
float: left;
|
||||||
.border-radius(3px 0 0 3px);
|
.border-radius(3px 0 0 3px);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user