[I don't want the Unicode character]
For example: With using Black down-pointing triangle.
It'll using -webkit-appearance: none;
to make it look better.
It would be simple as:
Select ▼
to
Select ▼
Value1
Value2
or something similar
HTML:
<select>
<option>Value1</option>
<option>Value2</option>
</select>
QUESTION: How to do it in pure CSS, without any JavaScript?