Skip to content
Snippets Groups Projects
Commit 6717964d authored by henry's avatar henry Committed by morgan
Browse files

fixup! Bug 27476: Implement about:torconnect captive portal within Tor Browser

Bug 43066: Ensure the about:torconnect title icon changes.
parent 891dd32c
No related branches found
No related tags found
2 merge requests!1202Bug_43099: 2024 YEC Strings,!1136Bug 43085: Rebased alpha onto 128.2.0esr
......@@ -268,15 +268,15 @@ body.aboutTorConnect .title {
padding-block-start: 0;
}
.title.offline {
body.aboutTorConnect .title.offline {
background-image: url("chrome://global/content/torconnect/connection-failure.svg");
}
.title.assist, .title.final {
body.aboutTorConnect .title:is(.assist, .final) {
background-image: url("chrome://global/content/torconnect/tor-connect-broken.svg");
}
.title.location {
body.aboutTorConnect .title.location {
background-image: url("chrome://global/content/torconnect/connection-location.svg");
stroke: var(--in-content-warning-icon-color);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment