Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
[gecko.git] / browser / themes / windows / syncCommon.css
blobf0beae0d53b1b4ad51a63f3d6398cf2eb6ee62bc
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 /* The following are used by both sync/setup.xul and sync/genericChange.xul */
6 .status {
7 color: -moz-dialogtext;
10 .statusIcon {
11 -moz-margin-start: 4px;
12 max-height: 16px;
13 max-width: 16px;
16 .statusIcon[status="active"] {
17 list-style-image: url("chrome://global/skin/icons/loading_16.png");
20 .statusIcon[status="error"] {
21 list-style-image: url("chrome://global/skin/icons/error-16.png");
24 .statusIcon[status="success"] {
25 list-style-image: url("chrome://global/skin/icons/information-16.png");
28 /* .data is only used by sync/genericChange.xul, but it seems unnecessary to have
29 a separate stylesheet for it. */
30 .data {
31 font-size: 90%;
32 font-weight: bold;
35 dialog#change-dialog {
36 width: 40em;
39 image#syncIcon {
40 list-style-image: url("chrome://browser/skin/sync-32.png");
43 #introText {
44 margin-top: 2px;
47 #feedback {
48 height: 2em;