X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmozapps%2Fplugins%2FmissingPlugin.css;h=1ed6ee3c25d102386ac5ab478333d306f34bc1df;hp=08540ed1fdedf26511aca5d1286b85b365bc8a86;hb=726e083d383785788bf5cd6e5d087aabcb8a9fae;hpb=49037d9b102dd33667ce0a860f02d820e5a7aeaf diff --git a/EarlyBlue/mozapps/plugins/missingPlugin.css b/EarlyBlue/mozapps/plugins/missingPlugin.css index 08540ed1..1ed6ee3c 100644 --- a/EarlyBlue/mozapps/plugins/missingPlugin.css +++ b/EarlyBlue/mozapps/plugins/missingPlugin.css @@ -5,6 +5,18 @@ @namespace html url(http://www.w3.org/1999/xhtml); +html|object:not([width]), html|object[width=""], +html|embed:not([width]), html|embed[width=""], +html|applet:not([width]), html|applet[width=""] { + width: 240px; +} + +html|object:not([height]), html|object[height=""], +html|embed:not([height]), html|embed[height=""], +html|applet:not([height]), html|applet[height=""] { + height: 200px; +} + html|object > *|*, html|embed > *|*, html|applet > *|* { @@ -29,7 +41,7 @@ html|a { } #missingPluginPlaceholder { - list-style-image: url("chrome://mozapps/skin/xpinstall/xpinstallItemGeneric.png"); + list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png"); display: block; border: 0px; width: 32px;