tor-browser

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

indeterminate-selector.html (153B)


      1 <style>
      2 #s:indeterminate {
      3  margin: 50px;
      4 }
      5 </style>
      6 
      7 <input type="checkbox" id="s"><script>document.getElementById("s").indeterminate = true;</script>