aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaszlo Toeroek <[email protected]>2012-02-21 16:32:57 +0100
committerLaszlo Toeroek <[email protected]>2012-02-21 16:32:57 +0100
commite423fc26297097d509a2557c2b43fe8740e6bcaa (patch)
treec4fd96b324ffe71c5ab7b7a8078a91ab976039ab
parentd149a131c14bb8be32ecc306f2128dddec9e83bf (diff)
downloadbootstrap-e423fc26297097d509a2557c2b43fe8740e6bcaa.tar.xz
bootstrap-e423fc26297097d509a2557c2b43fe8740e6bcaa.zip
.input-append should work for select element, fixes #2137
-rw-r--r--less/forms.less2
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);