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 @import url("chrome://global/skin/global.css");
7 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
9 /* Make nice LCARS border */
15 background-color: #A09090;
16 border-radius: 5px 0 0 0;
19 .dialog-content-box:-moz-locale-dir(rtl) {
20 border-radius: 0 5px 0 0;
24 background-color: #9C9CFF;
27 -moz-border-start: 3px solid #000000;
29 -moz-margin-start: 37px;
33 background-color: #000000;
34 border-radius: 5px 0 0 0;
35 -moz-margin-start: 5px;
38 .wizard-box:-moz-locale-dir(rtl) {
39 border-radius: 0 5px 0 0;
43 -moz-border-start: 5px solid #8050B0; /* match wizard-box margin */
44 -moz-padding-start: 2px;
48 treechildren::-moz-tree-image {
50 list-style-image: url("chrome://communicator/skin/profile/profile.png");
51 -moz-image-region: rect(0, 10px, 12px, 0);
54 treechildren::-moz-tree-image(selected) {
56 list-style-image: url("chrome://communicator/skin/profile/profile.png");
57 -moz-image-region: rect(0, 20px, 12px, 10px);
60 treechildren::-moz-tree-image(rowMigrate-no) {
61 list-style-image: url("chrome://communicator/skin/profile/migrate.gif");
62 -moz-image-region: auto;
65 /* profile selection dialog */
71 #managebuttons > button {