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
Loading
Loading
Loading
Loading
+13 −1
Original line number Diff line number Diff line
@@ -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 */