[tbb-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
morgan (@morgan)
git at gitlab.torproject.org
Mon Aug 26 17:24:15 UTC 2024
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:
- toolkit/components/torconnect/content/aboutTorConnect.css
Changes:
=====================================
toolkit/components/torconnect/content/aboutTorConnect.css
=====================================
@@ -342,15 +342,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(--warning-color);
}
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/7bf4c6c9df5ad27a095de1674d8f344fd49cc34d
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/7bf4c6c9df5ad27a095de1674d8f344fd49cc34d
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20240826/a81768de/attachment-0001.htm>
More information about the tbb-commits
mailing list