tor-browser

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

number-spinbox-disabled.html (125B)


      1 <!doctype html>
      2 <style>
      3 input {
      4  border: none;
      5  background: white;
      6  color: black;
      7 }
      8 </style>
      9 <input type=number disabled>