tor-browser

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

userContent.css (462B)


      1 @import "invalid.css";
      2 @import "userContent-import.css";
      3 
      4 .reftest-usercss {
      5  background: lime !important;
      6 }
      7 .RefTest-upperCase {
      8  background: lime !important;
      9 }
     10 /*
     11 * file: URLs have an empty domain.
     12 * Android uses a special loopback-to-host address.
     13 */
     14 @-moz-document domain(), domain(10.0.2.2) {
     15  .reftest-domain {
     16    background: lime !important;
     17  }
     18 }
     19 @-moz-document domain(example.invalid) {
     20  .reftest-xdomain {
     21    background: red !important;
     22  }
     23 }