richard pushed to branch tor-browser-102.12.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits:
- 
e5dc109a
by Dan Ballard at 2023-06-07T20:49:28+00:00
- 
082bb93a
by Dan Ballard at 2023-06-07T20:49:28+00:00
- 
1dd00f22
by Dan Ballard at 2023-06-07T20:49:28+00:00
6 changed files:
- + browser/components/torpreferences/content/bridge-qr-onion-mask.svg
- browser/components/torpreferences/content/torPreferences.css
- browser/components/torpreferences/jar.mn
- browser/themes/shared/identity-block/identity-block.css
- browser/themes/shared/identity-block/onion.svg → browser/themes/shared/identity-block/onion-site.svg
- browser/themes/shared/jar.inc.mn
Changes:
| 1 | +<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 | |
| 2 | +<svg viewBox="0 0 16 16" width="16" height="16" xmlns="http://www.w3.org/2000/svg">
 | |
| 3 | +  <path d="M 8 0.5 C 3.85786 0.5 0.5 3.85786 0.5 8 C 0.5 12.1421 3.85786 15.5 8 15.5 C 12.1421 15.5 15.5 12.1421 15.5 8 C 15.5 3.85786 12.1421 0.5 8 0.5 z M 8 1.671875 C 11.4949 1.671875 14.328125 4.50507 14.328125 8 C 14.328125 11.4949 11.4949 14.328125 8 14.328125 L 8 13.25 C 10.89951 13.25 13.25 10.89951 13.25 8 C 13.25 5.10051 10.89951 2.75 8 2.75 L 8 1.671875 z M 8 3.921875 C 10.25231 3.921875 12.078125 5.74772 12.078125 8 C 12.078125 10.25231 10.25231 12.078125 8 12.078125 L 8 11 C 9.65686 11 11 9.65686 11 8 C 11 6.34315 9.65686 5 8 5 L 8 3.921875 z M 8 6.171875 C 9.00965 6.171875 9.828125 6.99036 9.828125 8 C 9.828125 9.00965 9.00965 9.828125 8 9.828125 L 8 6.171875 z " clip-rule="evenodd" fill-rule="evenodd" fill="#000000"/>
 | |
| 4 | +</svg> | 
| ... | ... | @@ -291,7 +291,7 @@ html:dir(rtl) input[type="checkbox"].toggle-button::before { | 
| 291 | 291 |    top: calc(50% - 8px);
 | 
| 292 | 292 |    inset-inline-start: calc(50% - 8px);
 | 
| 293 | 293 | |
| 294 | -  mask: url("chrome://browser/skin/onion.svg");
 | |
| 294 | +  mask: url("chrome://browser/content/torpreferences/bridge-qr-onion-mask.svg");
 | |
| 295 | 295 |    mask-repeat: no-repeat;
 | 
| 296 | 296 |    mask-size: 16px;
 | 
| 297 | 297 |    background: var(--qr-one);
 | 
| ... | ... | @@ -436,7 +436,7 @@ dialog#torPreferences-requestBridge-dialog > hbox { | 
| 436 | 436 |    height: 38px;
 | 
| 437 | 437 |    top: calc(50% - 19px);
 | 
| 438 | 438 |    left: calc(50% - 19px);
 | 
| 439 | -  mask: url("chrome://browser/skin/onion.svg");
 | |
| 439 | +  mask: url("chrome://browser/content/torpreferences/bridge-qr-onion-mask.svg");
 | |
| 440 | 440 |    mask-repeat: no-repeat;
 | 
| 441 | 441 |    mask-size: 38px;
 | 
| 442 | 442 |    background: var(--qr-one);
 | 
| ... | ... | @@ -17,6 +17,7 @@ browser.jar: | 
| 17 | 17 |      content/browser/torpreferences/connectionPane.js                 (content/connectionPane.js)
 | 
| 18 | 18 |      content/browser/torpreferences/connectionPane.xhtml              (content/connectionPane.xhtml)
 | 
| 19 | 19 |      content/browser/torpreferences/torPreferences.css                (content/torPreferences.css)
 | 
| 20 | +    content/browser/torpreferences/bridge-qr-onion-mask.svg          (content/bridge-qr-onion-mask.svg)
 | |
| 20 | 21 |      content/browser/torpreferences/bridgemoji/bridge-emojis.json     (content/bridgemoji/bridge-emojis.json)
 | 
| 21 | 22 |      content/browser/torpreferences/bridgemoji/annotations.json       (content/bridgemoji/annotations.json)
 | 
| 22 | 23 |      content/browser/torpreferences/bridgemoji/svgs/                  (content/bridgemoji/svgs/*.svg) | 
| ... | ... | @@ -196,7 +196,7 @@ | 
| 196 | 196 |  #identity-box[pageproxystate="valid"].onionUnknownIdentity #identity-icon,
 | 
| 197 | 197 |  #identity-box[pageproxystate="valid"].onionVerifiedDomain #identity-icon,
 | 
| 198 | 198 |  #identity-box[pageproxystate="valid"].onionMixedActiveBlocked #identity-icon {
 | 
| 199 | -  list-style-image: url(chrome://browser/skin/onion.svg);
 | |
| 199 | +  list-style-image: url(chrome://browser/skin/onion-site.svg);
 | |
| 200 | 200 |    visibility: visible;
 | 
| 201 | 201 |  }
 | 
| 202 | 202 | 
| ... | ... | @@ -71,7 +71,7 @@ | 
| 71 | 71 |    skin/classic/browser/downloads/progressmeter.css             (../shared/downloads/progressmeter.css)
 | 
| 72 | 72 |    skin/classic/browser/drm-icon.svg                            (../shared/drm-icon.svg)
 | 
| 73 | 73 |    skin/classic/browser/identity-block/identity-block.css       (../shared/identity-block/identity-block.css)
 | 
| 74 | -  skin/classic/browser/onion.svg                               (../shared/identity-block/onion.svg)
 | |
| 74 | +  skin/classic/browser/onion-site.svg                          (../shared/identity-block/onion-site.svg)
 | |
| 75 | 75 |    skin/classic/browser/onion-slash.svg                         (../shared/identity-block/onion-slash.svg)
 | 
| 76 | 76 |    skin/classic/browser/onion-warning.svg                       (../shared/identity-block/onion-warning.svg)
 | 
| 77 | 77 |    skin/classic/browser/permissions.svg                         (../shared/identity-block/permissions.svg)
 |