From: Laszlo Toeroek Date: Tue, 21 Feb 2012 15:32:57 +0000 (+0100) Subject: .input-append should work for select element, fixes #2137 X-Git-Tag: v2.0.2~122^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2138%2Fhead;p=thirdparty%2Fbootstrap.git .input-append should work for select element, fixes #2137 --- diff --git a/less/forms.less b/less/forms.less index cb2ff85109..68da6c1ce2 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);