08540ed1fdedf26511aca5d1286b85b365bc8a86
[themes.git] / EarlyBlue / mozapps / plugins / missingPlugin.css
1 /*
2  * This file's style only applies to broken objects, not the rest
3  * of the page.
4  */
5
6 @namespace html url(http://www.w3.org/1999/xhtml);
7
8 html|object > *|*,
9 html|embed > *|*,
10 html|applet > *|* {
11   width: inherit;
12   height: inherit;
13 }
14
15 html|a {
16   text-align: -moz-center;
17   display: inline-block;
18   /* overflow:hidden makes baseline vertical-alignment act like plugins */
19   overflow: hidden;
20   vertical-align: inherit;
21   border: 1px outset;
22   padding: 5px;
23   font-size: 12px;
24   font-family: sans-serif;
25   background: #FFFFFF;
26   -moz-user-select: none;
27   text-decoration: none;
28   color: #000000;
29 }
30
31 #missingPluginPlaceholder {
32   list-style-image: url("chrome://mozapps/skin/xpinstall/xpinstallItemGeneric.png");
33   display: block;
34   border: 0px;
35   width: 32px;
36   height: 32px;
37 }