This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch tor-browser-102.4.0esr-12.0-1 in repository tor-browser.
commit 75b9985f4bdb7376ddd34dc45ff2e0579b6b3ea5 Author: Henry Wilkes henry@torproject.org AuthorDate: Thu Oct 27 12:10:27 2022 +0100
fixup! Bug 30237: Add v3 onion services client authentication prompt --- browser/components/onionservices/content/authPreferences.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/browser/components/onionservices/content/authPreferences.css b/browser/components/onionservices/content/authPreferences.css index b3fb79b26ddc..d33151737841 100644 --- a/browser/components/onionservices/content/authPreferences.css +++ b/browser/components/onionservices/content/authPreferences.css @@ -1,5 +1,7 @@ /* Copyright (c) 2020, The Tor Project, Inc. */
+@import url("chrome://branding/content/tor-styles.css"); + #torOnionServiceKeys-overview-container { margin-right: 30px; } @@ -15,6 +17,8 @@
#onionservices-savedkeys-errorIcon { margin-right: 4px; - list-style-image: url("chrome://browser/skin/warning.svg"); + list-style-image: url("chrome://global/skin/icons/warning.svg"); + -moz-context-properties: fill; + fill: var(--torbrowser-warning); visibility: hidden; }