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