Verified Commit 8be8c554 authored by Dan Ballard's avatar Dan Ballard Committed by Pier Angelo Vendrame
Browse files

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

bug 41526: make tor connection cancel button grey
parent 027bba45
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -136,6 +136,13 @@ button {
  fill: white;
}

#cancelButton {
  color: var(--in-content-button-text-color);
  border: 1px solid var(--in-content-button-border-color);
  border-radius: 4px;
  background-color: var(--in-content-button-background);
}

#locationDropdownLabel {
  margin-block: auto;
  margin-inline: 4px;
+0 −3
Original line number Diff line number Diff line
@@ -517,9 +517,6 @@ class AboutTorConnect {
      this.hide(this.elements.viewLogButton);
    }
    this.show(this.elements.cancelButton, true);
    if (state.StateChanged) {
      this.elements.cancelButton.focus();
    }
  }

  showOffline(error) {