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
1 changed file:
Changes:
... | ... | @@ -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 | }
|