mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-20 06:20:23 +00:00
Merge pull request #2138 from laczoka/2.0.2-wip
Fix for #2137, adding select to input append/prepend
This commit is contained in:
commit
a78faee589
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue