third part of syncing LCARStrek with Firefox 29 windows theme changes
[themes.git] / LCARStrek / browser / syncCommon.css
CommitLineData
8d7ef0d9 1/* The following are used by both sync/setup.xul and sync/genericChange.xul */
84c37d04
RK
2.status {
3 color: #FF9F00;
4}
5
6.statusIcon {
7 -moz-margin-start: 4px;
8 max-height: 16px;
9 max-width: 16px;
10}
11
12.statusIcon[status="active"] {
13 list-style-image: url("chrome://global/skin/icons/loading.gif");
14}
15
16.statusIcon[status="error"] {
17 list-style-image: url("chrome://global/skin/icons/error-16.png");
18}
19
20.statusIcon[status="success"] {
21 list-style-image: url("chrome://global/skin/icons/information-16.png");
22}
23
8d7ef0d9 24/* .data is only used by sync/genericChange.xul, but it seems unnecessary to have
84c37d04
RK
25 a separate stylesheet for it. */
26.data {
27 font-size: 90%;
28 font-weight: bold;
29}
30
31dialog#change-dialog {
32 width: 40em;
33}
34
35image#syncIcon {
36 list-style-image: url("chrome://browser/skin/sync-32.png");
37}
38
39#introText {
40 margin-top: 2px;
41}
42
43#feedback {
44 height: 2em;
45}