diff options
| author | Laszlo Toeroek <[email protected]> | 2012-02-21 16:32:57 +0100 |
|---|---|---|
| committer | Laszlo Toeroek <[email protected]> | 2012-02-21 16:32:57 +0100 |
| commit | e423fc26297097d509a2557c2b43fe8740e6bcaa (patch) | |
| tree | c4fd96b324ffe71c5ab7b7a8078a91ab976039ab /less | |
| parent | d149a131c14bb8be32ecc306f2128dddec9e83bf (diff) | |
| download | bootstrap-e423fc26297097d509a2557c2b43fe8740e6bcaa.tar.xz bootstrap-e423fc26297097d509a2557c2b43fe8740e6bcaa.zip | |
.input-append should work for select element, fixes #2137
Diffstat (limited to 'less')
| -rw-r--r-- | less/forms.less | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/less/forms.less b/less/forms.less index cb2ff8510..68da6c1ce 100644 --- a/less/forms.less +++ b/less/forms.less @@ -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); |
