tor-browser

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

border-radius-selection-ref.html (163B)


      1 <!doctype html>
      2 <style>
      3  input {
      4    outline: none;
      5    border: 0;
      6    padding: 5px;
      7  }
      8 </style>
      9 <input type=text value="XXX" onfocus="this.select()" autofocus>