0
背景(白)の色をとる選択ドロップダウンを作成しました。私はそれを灰色に変えたい。特定の選択ドロップダウンの色を変更する
<select class="form-control" id="tax_toggle" style="background-color: #E0E0E0;" name="tax_toggle" style="min-width:160px;" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<option value="" id="select" style="background-color: #E0E0E0;" selected="selected">--- Tax ---</option>
</select>
しかし、変更はありません:これは私が試した方法です。私は何をすべきか?
チェックこのします。http: //jsfiddle.net/dXdq6/356/ – vaso123