入力を取得し、水平方向に選択して送信しようとしています。
<div class="input-append">
<input class="span2" id="input-large appendedPrependedInput" type="text">
<select class="input-small selectpicker" title="Record">
<option>A</option>
<option>MX</option>
<option>CName</option>
</select>
<button class="btn" type="button">Go</button>
</div>
問題は、選択の前面が丸くなっていることです。何か案は ?