keep up with Classic/*stripe development
[themes.git] / EarlyBlue / global / netError.css
index 4ec2517cd0287e58d31bd4a665d229716b7017d4..72565565c12cc526fff6c89c3f92b4834d78de58 100644 (file)
@@ -64,6 +64,7 @@ body[dir="rtl"] #errorPageContainer {
 }
 
 #errorShortDesc > p {
+  overflow: auto;
   border-bottom: 1px solid #666699;
   padding-bottom: 1em;
   font-size: 130%;
@@ -98,3 +99,29 @@ body[dir="rtl"] #brand {
 #brand > p {
   margin: 0;
 }
+
+#errorContainer {
+  display: none;
+}
+
+/* Custom styling for 'blacklist' error class */
+
+:root.blacklist #errorTitle, :root.blacklist #errorLongContent,
+:root.blacklist #errorShortDesc, :root.blacklist #errorLongDesc,
+:root.blacklist a {
+  background-color: #FFC0C0; /* red */
+  color: #666699;
+}
+
+:root.blacklist #errorPageContainer {
+  background-image: url("chrome://global/skin/icons/blacklist_large.png");
+  background-color: #FFC0C0;
+}
+
+:root.blacklist {
+  background: #000000;
+}
+
+:root.blacklist #errorTryAgain {
+  display: none;
+}