mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-08 09:28:51 +00:00
9 lines
283 B
HTML
9 lines
283 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<input type="number" style="-moz-appearance:none; width:auto;">
|
|
<!-- div to cover spin box area -->
|
|
<div style="display:block; position:absolute; background-color:black; width:2000px; height:100px; top:0px; left:100px;">
|
|
</body>
|
|
</html>
|