X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2FnetError.css;h=c681efd479d7314d0db08de5fb951a5d6c70b9a2;hp=cdaaaed41736372fff213165f0431efe440bf05e;hb=d0ff98fe138c1cd1eab8539080c37d24ffb51d3d;hpb=fb49b4325c38f514c2ab591bb8d79dedf97f3ee2 diff --git a/EarlyBlue/global/netError.css b/EarlyBlue/global/netError.css index cdaaaed4..c681efd4 100644 --- a/EarlyBlue/global/netError.css +++ b/EarlyBlue/global/netError.css @@ -51,6 +51,10 @@ ul { -moz-background-origin: content; } +#errorPageContainer.certerror { + background-image: url("chrome://global/skin/icons/sslWarning.png"); +} + body[dir="rtl"] #errorPageContainer { background-position: right 0; } @@ -68,7 +72,7 @@ body[dir="rtl"] #errorPageContainer { border-bottom: 1px solid #666699; padding-bottom: 1em; font-size: 130%; - white-space: -moz-pre-wrap; + white-space: pre-wrap; } #errorLongDesc { @@ -110,7 +114,8 @@ body[dir="rtl"] #brand { } #securityOverrideContent { - background-color: #FFFFCC; /* Pale yellow */ + background-color: #FFFFCC; + color: #000000; padding: 10px; -moz-border-radius: 10px; }