blob: b4acb20a754d5bc60c854a4b1716c9893b2c792c (
plain)
1
2
3
4
5
6
7
8
9
|
<!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>
|