1 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
\r
3 * The contents of this file are subject to the Netscape Public
\r
4 * License Version 1.1 (the "License"); you may not use this file
\r
5 * except in compliance with the License. You may obtain a copy of
\r
6 * the License at http://www.mozilla.org/NPL/
\r
8 * Software distributed under the License is distributed on an "AS
\r
9 * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
\r
10 * implied. See the License for the specific language governing
\r
11 * rights and limitations under the License.
\r
13 * The Original Code is mozilla.org code.
\r
15 * The Initial Developer of the Original Code is Netscape
\r
16 * Communications Corporation. Portions created by Netscape are
\r
17 * Copyright (C) 1998 Netscape Communications Corporation. All
\r
25 Style rules specific to the related links panel
\r
29 treeitem[container="true"][open="true"][loading="true"] > treerow > .treecell-indent
\r
31 list-style-image : url("chrome://global/skin/loading.gif") ! important ;
\r
34 treeitem[container="true"][open="true"] > treerow > .treecell-indent
\r
36 list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
\r
39 treeitem[container="true"][open="true"][selected="true"] > treerow > .treecell-indent
\r
41 list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-open-sel.gif");
\r
44 treeitem[container="true"] > treerow > .treecell-indent
\r
46 list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
\r
49 treeitem[container="true"][selected="true"] > treerow > .treecell-indent
\r
51 list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-closed-sel.gif");
\r
54 treeitem[container="true"][id="NC:SiteMapRoot"] > treerow > .treecell-indent
\r
56 list-style-image : url("chrome://communicator/skin/related/sitemap.gif");
\r
59 treeitem[container="true"][open="true"][id="NC:SiteMapRoot"] > treerow > .treecell-indent
\r
61 list-style-image : url("chrome://communicator/skin/related/sitemap.gif");
\r
66 list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
\r
69 .treecell-indent[selected="true"]
\r
71 list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item-sel.gif");
\r