X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2FnetError.css;h=72565565c12cc526fff6c89c3f92b4834d78de58;hp=533f04faf982988a9b9468dc4158a3200b87c1e1;hb=56029cafc51f2cfb90a4d902402129e51fcde8b8;hpb=7b819315b3d2a65149683e56a8a6b5ae7a3a9d61 diff --git a/EarlyBlue/global/netError.css b/EarlyBlue/global/netError.css index 533f04fa..72565565 100644 --- a/EarlyBlue/global/netError.css +++ b/EarlyBlue/global/netError.css @@ -103,3 +103,25 @@ body[dir="rtl"] #brand { #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; +}