mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
12 lines
270 B
HTML
12 lines
270 B
HTML
|
<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>
|