[tbb-commits] [tor-browser] 02/03: fixup! Bug 30237: Add v3 onion services client authentication prompt

gitolite role git at cupani.torproject.org
Thu Oct 27 13:44:07 UTC 2022


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 at 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. */
 
+ at 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;
 }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tbb-commits mailing list