mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 06:18:38 +09:00
9 lines
325 B
HTML
9 lines
325 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<body>
|
||
|
|
<input type="number" disabled
|
||
|
|
style="-moz-appearance: none"><!-- Workaround for bug 1223198 -->
|
||
|
|
<!-- div to cover spin box area -->
|
||
|
|
<div style="display:block; position:absolute; background-color:black; width:200px; height:100px; top:0px; left:100px;">
|
||
|
|
</body>
|
||
|
|
</html>
|