Skip to content
Snippets Groups Projects
Commit cf3ca81b authored by Dan Ballard's avatar Dan Ballard
Browse files

fixup! Bug 27476: Implement about:torconnect captive portal within Tor Browser

bug 41084: change brdge error tryBridgeButton color to purple and dropdown label
parent d1328cd0
No related branches found
No related tags found
1 merge request!544bug 41080: Add new string for connection assis 'Unblock the Internet it'
......@@ -142,7 +142,19 @@ button {
}
#locationDropdownLabel.error {
color: var(--in-content-danger-button-background)
color: var(--in-content-error-text-color)
}
#tryBridgeButton.danger-button {
background-color: var(--purple-70);
}
#tryBridgeButton.danger-button:hover {
background-color: var(--purple-80);
}
#tryBridgeButton.danger-button:active {
background-color: var(--purple-90);
}
/* this follows similar css in error-pages.css for buttons */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment