sync both themes with toolkit windows theme changes in Mozilla 55 cycle
[themes.git] / LCARStrek / communicator / sync / syncCommon.css
CommitLineData
c2e1f790
RK
1/* The following are used by both syncSetup.xul and syncGenericChange.xul */
2.status {
3 color: #FF9F00;
4}
5
6.statusIcon {
dae45075 7 margin-inline-start: 4px;
c2e1f790
RK
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"] {
dbad77ea 21 list-style-image: url("chrome://global/skin/icons/info.svg");
c2e1f790
RK
22}
23
24/* .data is only used by syncGenericChange.xul, but it seems unnecessary to have
25 a separate stylesheet for it. */
26.data {
27 font-size: 90%;
28 font-weight: bold;
29}
30
8f5d5e21 31#change-dialog {
c2e1f790
RK
32 width: 40em;
33}
34
c2e1f790
RK
35#introText {
36 margin-top: 2px;
37}
38
cf3319d7
RK
39#feedback {
40 height: 2em;
c2e1f790 41}