[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-115.14.0esr-13.5-1] fixup! Bug 27476: Implement about:torconnect captive portal within Tor Browser



Title: GitLab

morgan pushed to branch tor-browser-115.14.0esr-13.5-1 at The Tor Project / Applications / Tor Browser

Commits:

  • 7bf4c6c9
    by Henry Wilkes at 2024-08-26T17:23:23+00:00
    fixup! Bug 27476: Implement about:torconnect captive portal within Tor Browser
    
    Bug 43066: Ensure the about:torconnect title icon changes.
    

1 changed file:

Changes:

  • toolkit/components/torconnect/content/aboutTorConnect.css
    ... ... @@ -342,15 +342,15 @@ body.aboutTorConnect .title {
    342 342
       padding-block-start: 0;
    
    343 343
     }
    
    344 344
     
    
    345
    -.title.offline {
    
    345
    +body.aboutTorConnect .title.offline {
    
    346 346
       background-image: url("chrome://global/content/torconnect/connection-failure.svg");
    
    347 347
     }
    
    348 348
     
    
    349
    -.title.assist, .title.final {
    
    349
    +body.aboutTorConnect .title:is(.assist, .final) {
    
    350 350
       background-image: url("chrome://global/content/torconnect/tor-connect-broken.svg");
    
    351 351
     }
    
    352 352
     
    
    353
    -.title.location {
    
    353
    +body.aboutTorConnect .title.location {
    
    354 354
       background-image: url("chrome://global/content/torconnect/connection-location.svg");
    
    355 355
       stroke: var(--warning-color);
    
    356 356
     }
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits