tor-browser

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

input-line-height.html (798B)


      1 <!doctype html>
      2 <title>'line-height' smaller than 'normal' on input elements as text entry widgets</title>
      3 <link rel="match" href="input-line-height-ref.html">
      4 <style>
      5  input { font-size: 60px; line-height: 40px; width: 240px; }
      6  .appearance-none { appearance: none; }
      7 </style>
      8 <p><input type=text value=text> <input type=text value=text class=appearance-none>
      9 <p><input type=tel value=tel> <input type=tel value=tel class=appearance-none>
     10 <p><input type=search value=search> <input type=search value=search class=appearance-none>
     11 <p><input type=url value=url> <input type=url value=url class=appearance-none>
     12 <p><input type=email value=email> <input type=email value=email class=appearance-none>
     13 <p><input type=password value=password> <input type=password value=password class=appearance-none>