diff options
| author | Mark Otto <[email protected]> | 2012-02-21 08:29:08 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-21 08:29:08 -0800 |
| commit | a78faee5894fe31db7a3ae692aa60f2eab7388a2 (patch) | |
| tree | abbe0c8b7689d9aebc017867ab69cee3f9fee3f8 | |
| parent | 80abc50d3efd2123f23bb908e9a23e45548abcea (diff) | |
| parent | e423fc26297097d509a2557c2b43fe8740e6bcaa (diff) | |
| download | bootstrap-a78faee5894fe31db7a3ae692aa60f2eab7388a2.tar.xz bootstrap-a78faee5894fe31db7a3ae692aa60f2eab7388a2.zip | |
Merge pull request #2138 from laczoka/2.0.2-wip
Fix for #2137, adding select to input append/prepend
| -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); |
