sync with changes up to http://hg.mozilla.org/mozilla-central/rev/03de2d980072
[themes.git] / EarlyBlue / mozapps / plugins / missingPlugin.css
index 08540ed1fdedf26511aca5d1286b85b365bc8a86..1ed6ee3c25d102386ac5ab478333d306f34bc1df 100644 (file)
@@ -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;