[tbb-commits] [tor-browser] 22/33: fixup! squash! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection
gitolite role
git at cupani.torproject.org
Tue May 3 22:40:30 UTC 2022
This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch tor-browser-91.9.0esr-11.5-1
in repository tor-browser.
commit a417e67ee8f2a2aede55dcaf99a466a8caf2ca44
Author: Pier Angelo Vendrame <pierov at torproject.org>
AuthorDate: Thu Apr 14 12:14:12 2022 +0200
fixup! squash! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection
Bug 40893: use a lighter background for bridge-moji
Bug 40894: switch the bridge line text to lighter colors
---
browser/components/torpreferences/content/torPreferences.css | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/browser/components/torpreferences/content/torPreferences.css b/browser/components/torpreferences/content/torPreferences.css
index 535baefbcbabb..0c74b00907631 100644
--- a/browser/components/torpreferences/content/torPreferences.css
+++ b/browser/components/torpreferences/content/torPreferences.css
@@ -233,7 +233,7 @@ html:dir(rtl) input[type="checkbox"].toggle-button::before {
padding: 4px;
font-size: 20px;
border-radius: 4px;
- background: var(--in-content-button-background-hover);
+ background: var(--in-content-box-background-odd);
}
.torPreferences-bridgeCard-headingAddr {
@@ -242,8 +242,9 @@ html:dir(rtl) input[type="checkbox"].toggle-button::before {
width: 20px;
flex: 1;
margin: 0 8px;
- white-space: nowrap;
overflow: hidden;
+ color: var(--in-content-deemphasized-text);
+ white-space: nowrap;
text-overflow: ellipsis;
}
@@ -380,8 +381,9 @@ html:dir(rtl) input[type="checkbox"].toggle-button::before {
margin: 8px 0;
}
-.torPreferences-bridgeCard-addr {
+input.torPreferences-bridgeCard-addr {
width: 100%;
+ color: var(--in-content-deemphasized-text);
}
.torPreferences-bridgeCard-leranMoreBox {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the tbb-commits
mailing list