update versions to current nightlies
[themes.git] / LCARStrek / communicator / aboutSessionRestore.css
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 #tabList {
6   width: 100%;
7   height: 12em;
8 }
9
10 treechildren::-moz-tree-image(icon),
11 treechildren::-moz-tree-image(noicon) {
12   padding-right: 2px;
13   margin: 0px 2px;
14   width: 16px;
15   height: 16px;
16 }
17
18 treechildren::-moz-tree-image(noicon) {
19   list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
20 }
21
22 treechildren::-moz-tree-image(container, noicon) {
23   list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
24 }
25
26 treechildren::-moz-tree-image(container, noicon, open) {
27   list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
28 }
29
30 treechildren::-moz-tree-checkbox(checked) {
31   list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif");
32 }
33
34 treechildren::-moz-tree-checkbox(partial) {
35   list-style-image: url("chrome://global/skin/checkbox/cbox-check-disabled.gif");
36 }
37
38 treechildren::-moz-tree-row(alternate) {
39   background-color: #404000;
40 }
41
42 treechildren::-moz-tree-row(alternate, selected) {
43   background-color: #008484;
44   color: #000000;
45 }
46
47 #buttons {
48   -moz-margin-start: 80px;
49 }
50 #buttons > button {
51   margin-top: 2em;
52   -moz-margin-start: 5px;
53 }