make new net/cert error pages work, remove pocket styling and let system add-on do...
[themes.git] / EarlyBlue / communicator / aboutSessionRestore.css
CommitLineData
9099c61d
RK
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/. */
093a4139
RK
4
5#tabList {
6 width: 100%;
7 height: 12em;
8}
9
10treechildren::-moz-tree-image(icon),
11treechildren::-moz-tree-image(noicon) {
12 padding-right: 2px;
13 margin: 0px 2px;
14 width: 16px;
15 height: 16px;
16}
17
18treechildren::-moz-tree-image(noicon) {
19 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
20}
21
22treechildren::-moz-tree-image(container, noicon) {
23 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
24}
25
26treechildren::-moz-tree-image(container, noicon, open) {
27 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
28}
29
30treechildren::-moz-tree-checkbox(checked) {
31 list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif");
32}
33
34treechildren::-moz-tree-checkbox(partial) {
35 list-style-image: url("chrome://global/skin/checkbox/cbox-check-disabled.gif");
36}
37
38treechildren::-moz-tree-row(alternate) {
39 background-color: #F5F7FF;
40}
41
42treechildren::-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}