Pier Angelo Vendrame pushed to branch tor-browser-115.2.1esr-13.0-1 at The Tor Project / Applications / Tor Browser
Commits:
- 
2760a7b8
by Henry Wilkes at 2023-09-18T17:00:13+01:00
11 changed files:
- − browser/branding/tb-alpha/content/identity-icons-brand.svg
- browser/branding/tb-alpha/content/jar.mn
- − browser/branding/tb-alpha/content/tor-styles.css
- − browser/branding/tb-nightly/content/identity-icons-brand.svg
- browser/branding/tb-nightly/content/jar.mn
- − browser/branding/tb-nightly/content/tor-styles.css
- − browser/branding/tb-release/content/identity-icons-brand.svg
- browser/branding/tb-release/content/jar.mn
- − browser/branding/tb-release/content/tor-styles.css
- browser/themes/shared/browser-shared.css
- browser/themes/shared/identity-block/identity-block.css
Changes:
| 1 | -<svg fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 16 16" width="16" height="16" xmlns="http://www.w3.org/2000/svg">
 | |
| 2 | -  <g clip-rule="evenodd" fill-rule="evenodd">
 | |
| 3 | -    <path d="m11 8c0 1.65686-1.34314 3-3 3-1.65685 0-3-1.34314-3-3 0-1.65685 1.34315-3 3-3 1.65686 0 3 1.34315 3 3zm-1.17187 0c0 1.00965-.81848 1.82813-1.82813 1.82813-1.00964 0-1.82812-.81848-1.82812-1.82813 0-1.00964.81848-1.82812 1.82812-1.82812 1.00965 0 1.82813.81848 1.82813 1.82812z"/>
 | |
| 4 | -    <path d="m7.99999 13.25c2.89951 0 5.25001-2.3505 5.25001-5.25001 0-2.89949-2.3505-5.25-5.25001-5.25-2.89949 0-5.25 2.35051-5.25 5.25 0 2.89951 2.35051 5.25001 5.25 5.25001zm0-1.1719c2.25231 0 4.07811-1.8258 4.07811-4.07811 0-2.25228-1.8258-4.07812-4.07811-4.07812-2.25228 0-4.07812 1.82584-4.07812 4.07812 0 2.25231 1.82584 4.07811 4.07812 4.07811z"/>
 | |
| 5 | -    <path d="m8 15.5c4.1421 0 7.5-3.3579 7.5-7.5 0-4.14214-3.3579-7.5-7.5-7.5-4.14214 0-7.5 3.35786-7.5 7.5 0 4.1421 3.35786 7.5 7.5 7.5zm0-1.1719c3.4949 0 6.3281-2.8332 6.3281-6.3281 0-3.49493-2.8332-6.32812-6.3281-6.32812-3.49493 0-6.32812 2.83319-6.32812 6.32812 0 3.4949 2.83319 6.3281 6.32812 6.3281z"/>
 | |
| 6 | -  </g>
 | |
| 7 | -  <path d="m.5 8c0 4.1421 3.35786 7.5 7.5 7.5v-15c-4.14214 0-7.5 3.35786-7.5 7.5z"/>
 | |
| 8 | -</svg> | |
| \ No newline at end of file | 
| ... | ... | @@ -16,7 +16,5 @@ browser.jar: | 
| 16 | 16 |    content/branding/icon64.png                    (../default64.png)
 | 
| 17 | 17 |    content/branding/icon128.png                   (../default128.png)
 | 
| 18 | 18 |    content/branding/icon256.png                   (../default256.png)
 | 
| 19 | -  content/branding/identity-icons-brand.svg
 | |
| 20 | 19 |    content/branding/aboutDialog.css
 | 
| 21 | 20 |    content/branding/tor-browser-logo.svg | 
| 22 | -  content/branding/tor-styles.css | 
| 1 | -/* default theme*/
 | |
| 2 | -:root {
 | |
| 3 | -  --tor-branding-color: var(--teal-70);
 | |
| 4 | -}
 | |
| 5 | - | |
| 6 | -/* dark theme */
 | |
| 7 | -@media (prefers-color-scheme: dark) {
 | |
| 8 | -  :root {
 | |
| 9 | -    --tor-branding-color: var(--teal-60);
 | |
| 10 | -  }
 | |
| 11 | -} | 
| 1 | -<svg fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 16 16" width="16" height="16" xmlns="http://www.w3.org/2000/svg">
 | |
| 2 | -  <g clip-rule="evenodd" fill-rule="evenodd">
 | |
| 3 | -    <path d="m11 8c0 1.65686-1.34314 3-3 3-1.65685 0-3-1.34314-3-3 0-1.65685 1.34315-3 3-3 1.65686 0 3 1.34315 3 3zm-1.17187 0c0 1.00965-.81848 1.82813-1.82813 1.82813-1.00964 0-1.82812-.81848-1.82812-1.82813 0-1.00964.81848-1.82812 1.82812-1.82812 1.00965 0 1.82813.81848 1.82813 1.82812z"/>
 | |
| 4 | -    <path d="m7.99999 13.25c2.89951 0 5.25001-2.3505 5.25001-5.25001 0-2.89949-2.3505-5.25-5.25001-5.25-2.89949 0-5.25 2.35051-5.25 5.25 0 2.89951 2.35051 5.25001 5.25 5.25001zm0-1.1719c2.25231 0 4.07811-1.8258 4.07811-4.07811 0-2.25228-1.8258-4.07812-4.07811-4.07812-2.25228 0-4.07812 1.82584-4.07812 4.07812 0 2.25231 1.82584 4.07811 4.07812 4.07811z"/>
 | |
| 5 | -    <path d="m8 15.5c4.1421 0 7.5-3.3579 7.5-7.5 0-4.14214-3.3579-7.5-7.5-7.5-4.14214 0-7.5 3.35786-7.5 7.5 0 4.1421 3.35786 7.5 7.5 7.5zm0-1.1719c3.4949 0 6.3281-2.8332 6.3281-6.3281 0-3.49493-2.8332-6.32812-6.3281-6.32812-3.49493 0-6.32812 2.83319-6.32812 6.32812 0 3.4949 2.83319 6.3281 6.32812 6.3281z"/>
 | |
| 6 | -  </g>
 | |
| 7 | -  <path d="m.5 8c0 4.1421 3.35786 7.5 7.5 7.5v-15c-4.14214 0-7.5 3.35786-7.5 7.5z"/>
 | |
| 8 | -</svg> | |
| \ No newline at end of file | 
| ... | ... | @@ -16,7 +16,5 @@ browser.jar: | 
| 16 | 16 |    content/branding/icon64.png                    (../default64.png)
 | 
| 17 | 17 |    content/branding/icon128.png                   (../default128.png)
 | 
| 18 | 18 |    content/branding/icon256.png                   (../default256.png)
 | 
| 19 | -  content/branding/identity-icons-brand.svg
 | |
| 20 | 19 |    content/branding/aboutDialog.css
 | 
| 21 | 20 |    content/branding/tor-browser-logo.svg | 
| 22 | -  content/branding/tor-styles.css | 
| 1 | -/* default theme*/
 | |
| 2 | -:root {
 | |
| 3 | -  --tor-branding-color: var(--blue-60);
 | |
| 4 | -}
 | |
| 5 | - | |
| 6 | -/* dark theme */
 | |
| 7 | -@media (prefers-color-scheme: dark) {
 | |
| 8 | -  :root {
 | |
| 9 | -    --tor-branding-color: var(--blue-40);
 | |
| 10 | -  }
 | |
| 11 | -} | 
| 1 | -<svg fill="context-fill" fill-opacity="context-fill-opacity" viewBox="0 0 16 16" width="16" height="16" xmlns="http://www.w3.org/2000/svg">
 | |
| 2 | -  <g clip-rule="evenodd" fill-rule="evenodd">
 | |
| 3 | -    <path d="m11 8c0 1.65686-1.34314 3-3 3-1.65685 0-3-1.34314-3-3 0-1.65685 1.34315-3 3-3 1.65686 0 3 1.34315 3 3zm-1.17187 0c0 1.00965-.81848 1.82813-1.82813 1.82813-1.00964 0-1.82812-.81848-1.82812-1.82813 0-1.00964.81848-1.82812 1.82812-1.82812 1.00965 0 1.82813.81848 1.82813 1.82812z"/>
 | |
| 4 | -    <path d="m7.99999 13.25c2.89951 0 5.25001-2.3505 5.25001-5.25001 0-2.89949-2.3505-5.25-5.25001-5.25-2.89949 0-5.25 2.35051-5.25 5.25 0 2.89951 2.35051 5.25001 5.25 5.25001zm0-1.1719c2.25231 0 4.07811-1.8258 4.07811-4.07811 0-2.25228-1.8258-4.07812-4.07811-4.07812-2.25228 0-4.07812 1.82584-4.07812 4.07812 0 2.25231 1.82584 4.07811 4.07812 4.07811z"/>
 | |
| 5 | -    <path d="m8 15.5c4.1421 0 7.5-3.3579 7.5-7.5 0-4.14214-3.3579-7.5-7.5-7.5-4.14214 0-7.5 3.35786-7.5 7.5 0 4.1421 3.35786 7.5 7.5 7.5zm0-1.1719c3.4949 0 6.3281-2.8332 6.3281-6.3281 0-3.49493-2.8332-6.32812-6.3281-6.32812-3.49493 0-6.32812 2.83319-6.32812 6.32812 0 3.4949 2.83319 6.3281 6.32812 6.3281z"/>
 | |
| 6 | -  </g>
 | |
| 7 | -  <path d="m.5 8c0 4.1421 3.35786 7.5 7.5 7.5v-15c-4.14214 0-7.5 3.35786-7.5 7.5z"/>
 | |
| 8 | -</svg> | |
| \ No newline at end of file | 
| ... | ... | @@ -16,7 +16,5 @@ browser.jar: | 
| 16 | 16 |    content/branding/icon64.png                    (../default64.png)
 | 
| 17 | 17 |    content/branding/icon128.png                   (../default128.png)
 | 
| 18 | 18 |    content/branding/icon256.png                   (../default256.png)
 | 
| 19 | -  content/branding/identity-icons-brand.svg
 | |
| 20 | 19 |    content/branding/aboutDialog.css
 | 
| 21 | 20 |    content/branding/tor-browser-logo.svg | 
| 22 | -  content/branding/tor-styles.css | 
| 1 | -/* default theme*/
 | |
| 2 | -:root {
 | |
| 3 | -  --tor-branding-color: var(--purple-60);
 | |
| 4 | -}
 | |
| 5 | - | |
| 6 | -/* dark theme */
 | |
| 7 | -@media (prefers-color-scheme: dark) {
 | |
| 8 | -  :root {
 | |
| 9 | -    --tor-branding-color: var(--purple-30);
 | |
| 10 | -  }
 | |
| 11 | -} | 
| ... | ... | @@ -23,7 +23,6 @@ | 
| 23 | 23 |  @import url("chrome://browser/skin/customizableui/customizeMode.css");
 | 
| 24 | 24 |  @import url("chrome://browser/skin/UITour.css");
 | 
| 25 | 25 |  @import url("chrome://browser/skin/browser-colors.css");
 | 
| 26 | -@import url("chrome://branding/content/tor-styles.css");
 | |
| 27 | 26 |  @import url("chrome://browser/skin/tor-urlbar-button.css");
 | 
| 28 | 27 |  @import url("chrome://browser/skin/onionlocation.css");
 | 
| 29 | 28 | 
| ... | ... | @@ -53,10 +53,6 @@ | 
| 53 | 53 |    border-radius: var(--urlbar-icon-border-radius);
 | 
| 54 | 54 |  }
 | 
| 55 | 55 | |
| 56 | -#identity-box[pageproxystate="valid"].chromeUI #identity-icon-label {
 | |
| 57 | -  color: var(--tor-branding-color);
 | |
| 58 | -}
 | |
| 59 | - | |
| 60 | 56 |  #identity-icon-label {
 | 
| 61 | 57 |    padding-inline-start: 4px;
 | 
| 62 | 58 |  }
 | 
| ... | ... | @@ -151,9 +147,12 @@ | 
| 151 | 147 |  }
 | 
| 152 | 148 | |
| 153 | 149 |  #identity-box[pageproxystate="valid"].chromeUI #identity-icon {
 | 
| 154 | -  list-style-image: url(chrome://branding/content/identity-icons-brand.svg);
 | |
| 155 | -  fill: var(--tor-branding-color);
 | |
| 156 | -  fill-opacity: 1;
 | |
| 150 | +  list-style-image: url(chrome://branding/content/icon16.png);
 | |
| 151 | +}
 | |
| 152 | +@media (min-resolution: 1.1dppx) {
 | |
| 153 | +  #identity-box[pageproxystate="valid"].chromeUI #identity-icon {
 | |
| 154 | +    list-style-image: url(chrome://branding/content/icon32.png);
 | |
| 155 | +  }
 | |
| 157 | 156 |  }
 | 
| 158 | 157 | |
| 159 | 158 |  #identity-box[pageproxystate="valid"].localResource #identity-icon {
 |