tor-browser

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

slider-thumb-001.html (502B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <title>::slider-thumb customizes range input</title>
      4 <link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
      5 <link rel="author" href="https://mozilla.org" title="Mozilla">
      6 <link rel="help" href="https://github.com/w3c/csswg-drafts/issues/4410#issuecomment-1720932781">
      7 <link rel="mismatch" href="slider-thumb-001-notref.html">
      8 <style>
      9  input { appearance: none }
     10  ::slider-thumb {
     11    background: green;
     12  }
     13 </style>
     14 <input type=range>