Loading browser/components/torconnect/content/aboutTorConnect.css +7 −0 Original line number Diff line number Diff line Loading @@ -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; Loading browser/components/torconnect/content/aboutTorConnect.js +0 −3 Original line number Diff line number Diff line Loading @@ -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) { Loading Loading
browser/components/torconnect/content/aboutTorConnect.css +7 −0 Original line number Diff line number Diff line Loading @@ -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; Loading
browser/components/torconnect/content/aboutTorConnect.js +0 −3 Original line number Diff line number Diff line Loading @@ -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) { Loading