mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 04:13:06 +09:00
11 lines
270 B
HTML
11 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>
|