tor-browser

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

css-required-style-2.css (191B)


      1 input, textarea, select, button,
      2 *:optional {
      3  visibility: hidden;
      4 }
      5 
      6 input[required]:required {
      7  visibility: visible;
      8 }
      9 
     10 /* Override the default style. */
     11 :invalid {
     12  box-shadow: none;
     13 }