add close icon CSS so dev toolbar works
[themes.git] / LCARStrek / communicator / aboutSessionRestore.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#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: #404000;
40}
41
42treechildren::-moz-tree-row(alternate, selected) {
43 background-color: #008484;
44 color: #000000;
45}
46
47#buttons {
48 margin-inline-start: 80px;
49}
50#buttons > button {
51 margin-top: 2em;
52 margin-inline-start: 5px;
53}