2 * This file's style only applies to broken objects, not the rest
6 @namespace html url(http://www.w3.org/1999/xhtml);
8 html|object:not([width]), html|object[width=""],
9 html|embed:not([width]), html|embed[width=""],
10 html|applet:not([width]), html|applet[width=""] {
14 html|object:not([height]), html|object[height=""],
15 html|embed:not([height]), html|embed[height=""],
16 html|applet:not([height]), html|applet[height=""] {
28 text-align: -moz-center;
29 display: inline-block;
30 /* overflow:hidden makes baseline vertical-alignment act like plugins */
32 vertical-align: inherit;
36 font-family: sans-serif;
38 -moz-user-select: none;
39 text-decoration: none;
46 -moz-box-align: center;
47 -moz-box-pack: center;
50 #missingPluginPlaceholder {
51 list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
54 #disabledPluginPlaceholder {
55 list-style-image: url("chrome://mozapps/skin/plugins/pluginDisabled.png");
58 #blockedPluginPlaceholder {
59 list-style-image: url("chrome://mozapps/skin/plugins/pluginBlocked.png");
62 #missingPluginPlaceholder,
63 #disabledPluginPlaceholder,
64 #blockedPluginPlaceholder {