tor-browser

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

style.css (164B)


      1 output {
      2  background-color: green;
      3 }
      4 
      5 output:disabled {
      6  background-color: red;
      7 }
      8 
      9 /* ref should always be green! */
     10 .ref:disabled {
     11  background-color: green;
     12 }