tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

number-disabled-ref.html (323B)


      1 <!DOCTYPE html>
      2 <html>
      3  <body>
      4    <input type="text" disabled
      5           style="-moz-appearance: none"><!-- Workaround for bug 1223198 -->
      6    <!-- div to cover spin box area -->
      7    <div style="display:block; position:absolute; background-color:black; width:200px; height:100px; top:0px; left:100px;">
      8  </body>
      9 </html>