blob: 00831f69979ff6ca650f7e3c33153480aa34514b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<style>
select {
appearance: none;
background: lightgray;
border: none;
text-indent: 0.01px;
text-overflow: "";
}
</style>
<select>
<option>16</option>
</select>
|