blob: 5b6258334b0de168c1687b50991f8090ee289e2e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<html>
<head><style>
select { visibility: hidden; }
select.unthemed { -moz-appearance: none; margin: 2px 0 2px 0}
</style></head>
<body>
<div style="background: lightblue">
<select class="unthemed"></select>
</div>
</body>
</html>
|