aboutsummaryrefslogtreecommitdiff
path: root/arc-firefox-theme/chrome/browser/aboutCertError.css
diff options
context:
space:
mode:
authorHorst31802016-02-01 14:56:12 +0100
committerHorst31802016-02-01 14:56:12 +0100
commit88a8bc5ce8bb28d8a1a50abd2d1a8a717c6474e3 (patch)
tree4652ebfb7cce4a3cbd074b52e599ce6f911c7e15 /arc-firefox-theme/chrome/browser/aboutCertError.css
parent2a3195cd4290828b452ff593a4b8b96c43f451b9 (diff)
downloadsolarc-firefox-theme-88a8bc5ce8bb28d8a1a50abd2d1a8a717c6474e3.tar.gz
solarc-firefox-theme-88a8bc5ce8bb28d8a1a50abd2d1a8a717c6474e3.tar.xz
solarc-firefox-theme-88a8bc5ce8bb28d8a1a50abd2d1a8a717c6474e3.zip
update to 45.0b1
Diffstat (limited to 'arc-firefox-theme/chrome/browser/aboutCertError.css')
-rw-r--r--arc-firefox-theme/chrome/browser/aboutCertError.css24
1 files changed, 19 insertions, 5 deletions
diff --git a/arc-firefox-theme/chrome/browser/aboutCertError.css b/arc-firefox-theme/chrome/browser/aboutCertError.css
index e406eec..636f878 100644
--- a/arc-firefox-theme/chrome/browser/aboutCertError.css
+++ b/arc-firefox-theme/chrome/browser/aboutCertError.css
@@ -53,11 +53,25 @@ body {
flex: 1;
}
-/* Pressing the retry button will cause the cursor to flicker from a pointer to
- * not-allowed. Override the disabled cursor behaviour since we will never show
- * the button disabled as the initial state. Remove this in Bug 1219861. */
-button:disabled {
- cursor: pointer;
+#certificateErrorDebugInformation {
+ display: none;
+ background-color: var(--in-content-box-background-hover) !important;
+ border-top: 1px solid var(--in-content-border-color);
+ position: absolute;
+ left: 0%;
+ top: 100%;
+ width: 65%;
+ padding: 1em 17.5%;
+}
+
+#certificateErrorText {
+ font-family: monospace;
+ white-space: pre-wrap;
+ padding: 1em 0;
+}
+
+#errorCode {
+ white-space: nowrap;
}
#returnButton {