Skip to content
Snippets Groups Projects
Commit c8dabf32 authored by Richard Pospesel's avatar Richard Pospesel
Browse files

fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in...

fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection

Bug 41659: Add canonical color definitions to base-browser
parent eb2bf753
No related branches found
No related tags found
1 merge request!572Bug 41669: Rebase tor-browser stable to 102.9.0esr
@import url("chrome://branding/content/tor-styles.css");
@import url("chrome://browser/skin/browser-colors.css");
#category-connection > .category-icon {
list-style-image: url("chrome://browser/content/torpreferences/torPreferencesIcon.svg");
......@@ -170,7 +171,7 @@ html:dir(rtl) input[type="checkbox"].toggle-button::before {
#torPreferences-status-internet-statusIcon.offline, #torPreferences-status-tor-statusIcon:not(.connected) {
list-style-image: url("chrome://global/skin/icons/warning.svg");
fill: var(--torbrowser-warning);
fill: var(--warning-color);
}
#torPreferences-status-tor-statusIcon.blocked {
......@@ -557,7 +558,7 @@ hbox#torPreferences-requestBridge-incorrectCaptchaHbox {
image#torPreferences-requestBridge-errorIcon {
list-style-image: url("chrome://global/skin/icons/warning.svg");
-moz-context-properties: fill;
fill: var(--torbrowser-warning);
fill: var(--warning-color);
}
groupbox#torPreferences-bridges-group textarea {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment