f6e0a33f |
1 | treecol[sortActive="true"] { |
2 | background-color: lightgray; |
3 | } |
4 | |
5 | treeitem[container="true"][open="true"][loading="true"] > treerow > treecell > titledbutton { |
6 | list-style-image: url("chrome://global/skin/loading.gif") ! important ; |
7 | } |
8 | |
9 | treeitem[type="http://home.netscape.com/NC-rdf#Folder"] > treerow > treecell > titledbutton { |
10 | list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif"); |
11 | } |
12 | |
13 | treeitem[type="http://home.netscape.com/NC-rdf#Folder"][open="true"] > treerow > treecell > titledbutton { |
14 | list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif"); |
15 | } |
16 | |
17 | treeitem[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"] > treerow > treecell > titledbutton { |
18 | list-style-image: url("chrome://communicator/skin/bookmarks/personal-folder-closed.gif"); |
19 | } |
20 | |
21 | treeitem[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"][open="true"] > treerow > treecell > titledbutton { |
22 | list-style-image: url("chrome://communicator/skin/bookmarks/personal-folder-open.gif"); |
23 | } |
24 | |
25 | treeitem[type="http://home.netscape.com/NC-rdf#BookmarkSeparator"] > treerow > treecell > titledbutton { |
26 | list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); |
27 | } |
28 | |
29 | treeitem[type="http://home.netscape.com/NC-rdf#IEFavorite"] > treerow > treecell > titledbutton { |
30 | list-style-image: url("chrome://communicator/skin/bookmarks/ieFavorite.gif"); |
31 | } |
32 | |
33 | treeitem[type="http://home.netscape.com/NC-rdf#Bookmark"] > treerow > treecell > titledbutton { |
34 | list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); |
35 | } |
36 | |
37 | treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"][open="true"] > treerow > treecell > titledbutton { |
38 | list-style-image: url("chrome://communicator/skin/directory/file-folder-open.gif"); |
39 | } |
40 | |
41 | treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"] > treerow > treecell > titledbutton { |
42 | list-style-image: url("chrome://communicator/skin/directory/file-folder-closed.gif"); |
43 | } |
44 | |
45 | treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"] > treerow > treecell > titledbutton { |
46 | list-style-image: url("chrome://global/skin/article.gif"); |
47 | } |
48 | |
49 | treeitem[container="true"][open="true"] > treerow > treecell > titledbutton { |
50 | list-style-image: url("chrome://communicator/skin/directory/file-folder-open.gif"); |
51 | } |
52 | |
53 | treeitem[container="true"] > treerow > treecell > titledbutton { |
54 | list-style-image: url("chrome://communicator/skin/directory/file-folder-closed.gif"); |
55 | } |
56 | |
57 | treeitem > treerow > treecell > titledbutton { |
58 | list-style-image: url("chrome://global/skin/document.gif"); |
59 | } |
60 | |
61 | titledbutton#bookmarks { |
62 | list-style-image:url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); |
63 | } |
64 | |