1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 @import url("chrome://browser/skin/error-pages.css");
8 --exception-button-container-background: #A09090;
11 body.captiveportal .title {
12 background-image: url("wifi.svg");
15 body.certerror .title {
16 background-image: url("cert-error.svg");
23 /* Pressing the retry button will cause the cursor to flicker from a pointer to
24 * not-allowed. Override the disabled cursor behaviour since we will never show
25 * the button disabled as the initial state. */
30 #prefChangeContainer {
38 #certErrorAndCaptivePortalButtonContainer {
42 body:not(.neterror) #certErrorAndCaptivePortalButtonContainer {
46 body:not(.neterror) #netErrorAndCaptivePortalButtonContainer {
58 body.captiveportal #returnButton {
62 body:not(.captiveportal) #openPortalLoginPageButton {
66 #openPortalLoginPageButton {
67 margin-inline-start: 0;
70 body:not(.neterror) #advancedButton {
74 #certificateErrorReporting {
78 #advancedPanelContainer {
85 /* Hidden until the link is clicked */
87 background-color: var(--in-content-box-background);
88 border: 1px var(--in-content-box-border-color) solid;
90 min-width: var(--in-content-container-min-width);
91 max-width: var(--in-content-container-max-width);
94 #overrideWeakCryptoPanel {
98 justify-content: space-between;
99 align-content: space-between;
100 align-items: flex-start;
108 #automaticallyReportInFuture {
112 #errorCode:not([href]) {
113 color: var(--in-content-page-color);
115 text-decoration: none;
122 #badCertTechnicalInfo {
125 white-space: pre-wrap;
128 #certificateErrorReporting {
132 #certificateErrorDebugInformation {
134 background-color: var(--in-content-box-background) !important;
135 border-top: 1px solid var(--in-content-border-color);
139 box-sizing: border-box;
143 #certificateErrorText {
144 font-family: monospace;
145 white-space: pre-wrap;
149 #cert_domain_link:not([href]) {
150 color: var(--in-content-page-color);
151 text-decoration: none;
154 .exceptionDialogButtonContainer {
155 background-color: var(--exception-button-container-background);
157 justify-content: end;