X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2FaboutNetError.css;h=6f94c6587a4d330cfbd0a31c8519ede5b127c58a;hp=eb06ff0b80e8208b9633c6a297e3bef9b8381ab2;hb=13875a54c4ffb8d452d1dc3745fdbab3f906da8f;hpb=c9b0a39698caad3beaf5228ce051ec83042d4de9 diff --git a/LCARStrek/browser/aboutNetError.css b/LCARStrek/browser/aboutNetError.css index eb06ff0b..6f94c658 100644 --- a/LCARStrek/browser/aboutNetError.css +++ b/LCARStrek/browser/aboutNetError.css @@ -45,14 +45,15 @@ ul { padding-bottom: 0.4em; } -#errorTitle[sslv3] { - background-image: url("aboutNetError_alert.svg"); -} - #errorTitleText:-moz-dir(rtl) { background-position: right 0; } +#errorTitle[sslv3=true], +#errorTitle[weakCrypto=true] { + background-image: url("cert-error.svg"); +} + #errorTryAgain { margin-top: 1.2em; min-width: 150px @@ -63,7 +64,9 @@ ul { } @media (max-width: 675px) { - #errorTitle { + #errorTitle, + #errorTitle[sslv3=true], + #errorTitle[weakCrypto=true] { padding-top: 0; background-image: none; -moz-padding-start: 0; @@ -78,6 +81,47 @@ button:disabled { cursor: pointer; } +#learnMoreContainer { + display: none; +} + +#buttonContainer { + display: none; + flex-flow: row wrap; +} + +#buttonSpacer { + flex: 1; +} + +#returnButton { + background-color: var(--in-content-primary-button-background); + border: none; + color: var(--in-content-selected-text); + min-width: 250px; + margin-inline-start: 0; +} + +#returnButton:hover { + background-color: var(--in-content-primary-button-background-hover) !important; +} + +#returnButton:hover:active { + background-color: var(--in-content-primary-button-background-active) !important; +} + +#advancedButton { + display: none; + min-width: 150px; +} + +#certificateErrorReporting, +#reportCertificateError, +#reportSentMessage { + display: none; +} + +div#weakCryptoAdvanced, div#certificateErrorReporting { display: none; float: right; @@ -110,6 +154,7 @@ span.downArrow { transform: scaleY(0.7); } +div#weakCryptoAdvancedPanel, div#certificateErrorReportingPanel { /* Hidden until the link is clicked */ display: none; @@ -132,6 +177,7 @@ div#certificateErrorReportingPanel:-moz-dir(rtl) { right: 0; } +#overrideWeakCryptoPanel, #errorStatePanel { display: flex; flex-direction: row; @@ -149,6 +195,12 @@ span#hostname { cursor: pointer; } +#errorCode { + color: var(--in-content-page-color); + cursor: text; + text-decoration: none; +} + #reportSendingMessage { /* adjust the line-height to match the link */ line-height: 22px;