tor-browser

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

listbox-checked-style-ref.html (166B)


      1 <!doctype html>
      2 <style>
      3  option {
      4    background-color: purple;
      5    color: white;
      6  }
      7 </style>
      8 <select size="2">
      9  <option>A</option>
     10  <option>B</option>
     11 </select>