tor-browser

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

border-radius-selection.html (188B)


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