correct disabled tabs
[themes.git] / LCARStrek / communicator / profile / profile.css
... / ...
CommitLineData
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/. */
4
5@import url("chrome://global/skin/global.css");
6
7@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
8
9window.dialog {
10 padding: 0;
11}
12
13treechildren::-moz-tree-image {
14 -moz-margin-end: 2px;
15 list-style-image: url("chrome://communicator/skin/profile/profileicon-large.gif");
16}
17
18treechildren::-moz-tree-image(rowMigrate-no) {
19 list-style-image: url("chrome://communicator/skin/profile/migrate.gif");
20}
21
22/* profile selection dialog */
23html#intro {
24 width: 17em;
25}
26
27box#managebuttons > button {
28 min-width: 8em;
29}
30
31/* display area */
32box#contentarea {
33 border-top: 2px solid #9C9CFF;
34 border-bottom: 2px solid #9C9CFF;
35 padding: 7px;
36}
37
38/* top border on status area */
39box#wizardButtons {
40 padding-top: 1px;
41 padding-bottom: 1px;
42}
43
44box.selection {
45 margin-top: 4px;
46}
47
48description.error {
49 color: #FF0000;
50}