tor-browser

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

select-capitalize-sizing-ref.html (257B)


      1 <!doctype html>
      2 <meta charset=utf-8>
      3 <style>
      4 .appearance-none {
      5  appearance: none;
      6  padding: 0;
      7  border: 1px solid;
      8 }
      9 </style>
     10 <select>
     11  <option>X X X X X</option>
     12 </select>
     13 <br><br>
     14 <select class=appearance-none>
     15  <option>X X X X X</option>
     16 </select>