blue chosen
This commit is contained in:
parent
f1513180d0
commit
8869568150
2 changed files with 37 additions and 36 deletions
|
@ -57,7 +57,7 @@
|
|||
<div class="side-by-side clearfix">
|
||||
<div>
|
||||
<em>Turns This</em>
|
||||
<select title="Choose a Country" style="width:350px;" tabindex="1">
|
||||
<select title="Choose a Country..." style="width:350px;" tabindex="1">
|
||||
<option value="United States">United States</option>
|
||||
<option value="United Kingdom">United Kingdom</option>
|
||||
<option value="Afghanistan">Afghanistan</option>
|
||||
|
@ -303,7 +303,7 @@
|
|||
</div>
|
||||
<div>
|
||||
<em>Into This</em>
|
||||
<select title="Choose a Country" class="chzn-select" style="width:350px;" tabindex="2" id="single_example">
|
||||
<select title="Choose a Country..." class="chzn-select" style="width:350px;" tabindex="2" id="single_example">
|
||||
<option value=""></option>
|
||||
<option value="United States">United States</option>
|
||||
<option value="United Kingdom">United Kingdom</option>
|
||||
|
@ -554,7 +554,7 @@
|
|||
<div class="side-by-side clearfix">
|
||||
<div>
|
||||
<em>Turns This</em>
|
||||
<select title="Choose a Country" style="width:350px;" multiple tabindex="3">
|
||||
<select title="Choose a Country..." style="width:350px;" multiple tabindex="3">
|
||||
<option value="United States">United States</option>
|
||||
<option value="United Kingdom">United Kingdom</option>
|
||||
<option value="Afghanistan">Afghanistan</option>
|
||||
|
@ -800,7 +800,7 @@
|
|||
</div>
|
||||
<div>
|
||||
<em>Into This</em>
|
||||
<select title="Choose a Country" class="chzn-select" multiple style="width:350px;" tabindex="4" id="multi_example">
|
||||
<select title="Choose a Country..." class="chzn-select" multiple style="width:350px;" tabindex="4" id="multi_example">
|
||||
<option value=""></option>
|
||||
<option value="United States">United States</option>
|
||||
<option value="United Kingdom">United Kingdom</option>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue