morgan pushed to branch tor-browser-115.14.0esr-13.5-1 at The Tor Project / Applications / Tor Browser
Commits:
-
1f0b8c0e
by Henry Wilkes at 2024-08-14T15:50:29+00:00
3 changed files:
- + browser/components/torpreferences/content/mail.svg
- browser/components/torpreferences/content/torPreferences.css
- browser/components/torpreferences/jar.mn
Changes:
1 | +<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
2 | + <path fill-rule="evenodd" d="M13 2.5H3C1.89543 2.5 1 3.39543 1 4.5V11.5C1 12.6046 1.89543 13.5 3 13.5H13C14.1046 13.5 15 12.6046 15 11.5V4.5C15 3.39543 14.1046 2.5 13 2.5ZM12.8023 3.75H3.19766L7.7466 7.91986C7.88997 8.05129 8.11003 8.05129 8.2534 7.91986L12.8023 3.75ZM2.25 4.57702V11.5C2.25 11.9142 2.58579 12.25 3 12.25H13C13.4142 12.25 13.75 11.9142 13.75 11.5V4.57702L9.09805 8.84131C8.47678 9.41081 7.52322 9.41081 6.90195 8.84131L2.25 4.57702Z" fill="context-fill" />
|
|
3 | +</svg> |
... | ... | @@ -752,7 +752,7 @@ button.spoof-button-disabled { |
752 | 752 | }
|
753 | 753 | |
754 | 754 | #tor-bridges-provider-icon-email {
|
755 | - content: url("chrome://browser/skin/mail.svg");
|
|
755 | + content: url("chrome://browser/content/torpreferences/mail.svg");
|
|
756 | 756 | }
|
757 | 757 | |
758 | 758 | .tor-bridges-provider-name {
|
... | ... | @@ -19,6 +19,7 @@ browser.jar: |
19 | 19 | content/browser/torpreferences/connectionSettingsDialog.js (content/connectionSettingsDialog.js)
|
20 | 20 | content/browser/torpreferences/network.svg (content/network.svg)
|
21 | 21 | content/browser/torpreferences/network-broken.svg (content/network-broken.svg)
|
22 | + content/browser/torpreferences/mail.svg (content/mail.svg)
|
|
22 | 23 | content/browser/torpreferences/provideBridgeDialog.xhtml (content/provideBridgeDialog.xhtml)
|
23 | 24 | content/browser/torpreferences/provideBridgeDialog.js (content/provideBridgeDialog.js)
|
24 | 25 | content/browser/torpreferences/requestBridgeDialog.xhtml (content/requestBridgeDialog.xhtml)
|