update both themes for toolkit winstripe changes in Mozilla 21 cycle
[themes.git] / EarlyBlue / 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: #F5F7FF;
40 }
41
42 treechildren::-moz-tree-row(alternate, selected) {
43   background-color: #A0A0A0;
44 }
45
46 #buttons {
47   -moz-margin-start: 80px;
48 }
49 #buttons > button {
50   margin-top: 2em;
51   -moz-margin-start: 5px;
52 }