tor-browser

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

outline-auto-suppressed-native-widget.html (123B)


      1 <!doctype html>
      2 <style>
      3 input:focus {
      4  outline: 1px solid green;
      5  caret-color: transparent;
      6 }
      7 </style>
      8 <input autofocus>