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/. */
6 background-image: url("chrome://browser/skin/session-restore.svg");
9 treechildren::-moz-tree-image(icon),
10 treechildren::-moz-tree-image(noicon) {
17 treechildren::-moz-tree-image(noicon) {
18 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
20 treechildren::-moz-tree-image(container, noicon) {
21 list-style-image: url("chrome://browser/skin/aboutSessionRestore-window-icon.png");
23 treechildren::-moz-tree-image(checked) {
24 list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif");
26 treechildren::-moz-tree-image(checked, selected) {
27 list-style-image: url("chrome://global/skin/checkbox/cbox-check-inverted.gif");
29 treechildren::-moz-tree-image(partial) {
30 list-style-image: url("chrome://global/skin/checkbox/cbox-check-disabled.gif");
33 treechildren::-moz-tree-row(alternate) {
34 background-color: #404000;
37 treechildren::-moz-tree-row(alternate, selected) {
38 background-color: #008484;