adopt both themes for changes affecting add-ons manager between Mozilla 6 and 7
[themes.git] / EarlyBlue / mozapps / plugins / pluginProblem.css
CommitLineData
a064a540
RK
1@namespace html url(http://www.w3.org/1999/xhtml);
2
3/* These styles affect only the bound element, not other page content. */
4
5.mainBox {
f993773d
RK
6 text-align: center;
7 background-color: #CCD0DD;
8 color: #000000;
9 border-radius: 12px;
10 /* recessed effect with 'disabled' shadow */
11 box-shadow: inset 0 1px 5px #808080;
12 padding: 5px;
13 -moz-user-select: none;
a064a540
RK
14}
15
16html|a {
17 color: #000000;
18}
19
20.icon {
f993773d
RK
21 min-width: 48px;
22 min-height: 48px;
23 background-position: center;
24 background-repeat: no-repeat;
a064a540
RK
25}
26:-moz-type-unsupported .icon {
f993773d
RK
27 background-image: url("chrome://mozapps/skin/plugins/contentPluginMissing.png");
28}
29:-moz-type-unsupported .icon[status="ready"] {
30 background-image: url("chrome://mozapps/skin/plugins/contentPluginDownload.png");
a064a540
RK
31}
32:-moz-handler-disabled .icon {
f993773d 33 background-image: url("chrome://mozapps/skin/plugins/contentPluginDisabled.png");
a064a540
RK
34}
35:-moz-handler-blocked .icon {
f993773d 36 background-image: url("chrome://mozapps/skin/plugins/contentPluginBlocked.png");
a064a540
RK
37}
38:-moz-handler-crashed .icon {
f993773d 39 background-image: url("chrome://mozapps/skin/plugins/contentPluginCrashed.png");
a064a540
RK
40}
41
42.throbber {
f993773d
RK
43 padding-left: 16px; /* width of the background image */
44 background: url("chrome://global/skin/icons/loading.gif") no-repeat;
45 margin-left: 5px;
a064a540
RK
46}
47
48.msg {
f993773d
RK
49 font-size: 12px;
50 cursor: default;
a064a540
RK
51}
52
c0fb45ea 53.submitStatus div {
f993773d 54 min-height: 19px; /* height of biggest line (with throbber) */
c0fb45ea
RK
55}
56
a064a540 57.msgBottomLinks {
f993773d
RK
58 padding-left: 2px;
59 padding-right: 2px;
a064a540
RK
60}
61
a064a540 62.helpIcon {
f993773d
RK
63 float: left;
64 display: inline-block;
65 min-width: 16px;
66 min-height: 16px;
67 background: url("chrome://mozapps/skin/plugins/pluginHelp-16.png") no-repeat;
a064a540 68}