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/. */
10 treechildren::-moz-tree-image(icon),
11 treechildren::-moz-tree-image(noicon) {
18 treechildren::-moz-tree-image(noicon) {
19 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
22 treechildren::-moz-tree-image(container, noicon) {
23 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
26 treechildren::-moz-tree-image(container, noicon, open) {
27 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
30 treechildren::-moz-tree-checkbox(checked) {
31 list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif");
34 treechildren::-moz-tree-checkbox(partial) {
35 list-style-image: url("chrome://global/skin/checkbox/cbox-check-disabled.gif");
38 treechildren::-moz-tree-row(alternate) {
39 background-color: #404000;
42 treechildren::-moz-tree-row(alternate, selected) {
43 background-color: #008484;
48 -moz-margin-start: 80px;
52 -moz-margin-start: 5px;