henry pushed to branch tor-browser-153.0a1-16.0-2 at The Tor Project / Applications / Tor Browser
Commits:
-
f29f47e3
by Henry Wilkes at 2026-07-15T10:31:52+00:00
-
734e9ee6
by Henry Wilkes at 2026-07-15T10:31:52+00:00
-
9545d5ff
by Henry Wilkes at 2026-07-15T10:31:52+00:00
-
51b7c3ee
by Henry Wilkes at 2026-07-15T10:31:52+00:00
4 changed files:
- browser/components/onionservices/content/onionservices.css
- browser/components/securitylevel/content/securityLevelPanel.css
- browser/components/torpreferences/content/torPreferences.css
- toolkit/components/resistfingerprinting/RFPHelper.sys.mjs
Changes:
| ... | ... | @@ -16,7 +16,7 @@ |
| 16 | 16 | * use the same rules).
|
| 17 | 17 | */
|
| 18 | 18 | #tor-clientauth-notification-key.invalid {
|
| 19 | - border: var(--border-width) solid var(--outline-color-error);
|
|
| 19 | + border: var(--border-width) solid var(--border-color-error);
|
|
| 20 | 20 | }
|
| 21 | 21 | |
| 22 | 22 | #tor-clientauth-warning {
|
| ... | ... | @@ -29,7 +29,7 @@ |
| 29 | 29 | pointer-events: none;
|
| 30 | 30 | -moz-context-properties: fill, fill-opacity;
|
| 31 | 31 | fill-opacity: 1;
|
| 32 | - fill: var(--border-color-card);
|
|
| 32 | + fill: var(--card-border-color);
|
|
| 33 | 33 | }
|
| 34 | 34 | |
| 35 | 35 | /* NOTE: Use ":dir" instead of ":-moz-locale-dir" when panel switches to HTML. */
|
| ... | ... | @@ -947,8 +947,8 @@ groupbox#torPreferences-bridges-group textarea { |
| 947 | 947 | }
|
| 948 | 948 | |
| 949 | 949 | #user-provide-bridge-textarea.invalid-input {
|
| 950 | - border-color: var(--outline-color-error);
|
|
| 951 | - outline-color: var(--outline-color-error);
|
|
| 950 | + border-color: var(--border-color-error);
|
|
| 951 | + outline-color: var(--border-color-error);
|
|
| 952 | 952 | }
|
| 953 | 953 | |
| 954 | 954 | #user-provide-bridge-error-message {
|
| ... | ... | @@ -1113,7 +1113,7 @@ class _RFPHelper { |
| 1113 | 1113 | urlbarBackgroundRGBA
|
| 1114 | 1114 | );
|
| 1115 | 1115 | // Separator between the urlbar container #nav-bar and the tabbox.
|
| 1116 | - // For the default theme, this can be set to --border-color-card, which
|
|
| 1116 | + // For the default theme, this can be set to --card-border-color, which
|
|
| 1117 | 1117 | // can use "currentColor".
|
| 1118 | 1118 | const tabboxStyle = win.getComputedStyle(win.gBrowser.tabbox);
|
| 1119 | 1119 | contentSeparatorRGBA = this._composeRGBA(
|