tor-browser

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

zoom-to-focus-input-subframe.html (179B)


      1 <!DOCTYPE html>
      2 <style>
      3 input {
      4  position: absolute;
      5  top: 100px;
      6  left: 300px;
      7 }
      8 input:focus {
      9  background-color: green;
     10 }
     11 </style>
     12 <input type="text" id="input" size="10"/>