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

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



Title: GitLab

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

Commits:

  • 3944afd9
    by Henry Wilkes at 2024-08-21T02:53:48+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
    ... ... @@ -273,15 +273,15 @@ body.aboutTorConnect .title {
    273 273
       padding-block-start: 0;
    
    274 274
     }
    
    275 275
     
    
    276
    -.title.offline {
    
    276
    +body.aboutTorConnect .title.offline {
    
    277 277
       background-image: url("chrome://global/content/torconnect/connection-failure.svg");
    
    278 278
     }
    
    279 279
     
    
    280
    -.title.assist, .title.final {
    
    280
    +body.aboutTorConnect .title:is(.assist, .final) {
    
    281 281
       background-image: url("chrome://global/content/torconnect/tor-connect-broken.svg");
    
    282 282
     }
    
    283 283
     
    
    284
    -.title.location {
    
    284
    +body.aboutTorConnect .title.location {
    
    285 285
       background-image: url("chrome://global/content/torconnect/connection-location.svg");
    
    286 286
       stroke: var(--in-content-warning-icon-color);
    
    287 287
     }
    

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