removing old LCARStrek
[themes.git] / LCARStrek / communicator / skin / search / findresults.css
CommitLineData
1d798428 1treecol[sortActive="true"] {
2 background-color: #008484;
3}
4
5treeitem[container="true"][open="true"][loading="true"] > treerow > treecell > titledbutton {
6 list-style-image: url("chrome://communicator/skin/bookmarks/loading.gif") ! important ;
7}
8
9treeitem[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
13treeitem[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
17treeitem[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
21treeitem[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
25treeitem[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
29treeitem[type="http://home.netscape.com/NC-rdf#IEFavorite"] > treerow > treecell > titledbutton {
30 list-style-image: url("chrome://communicator/skin/bookmarks/ieFavorite.gif");
31}
32
33treeitem[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
37treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"][open="true"] > treerow > treecell > titledbutton {
38 list-style-image: url("chrome://communicator/skin/bookmarks/folder-open.gif");
39}
40
41treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"] > treerow > treecell > titledbutton {
42 list-style-image: url("chrome://communicator/skin/bookmarks/folder-closed.gif");
43}
44
45treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"] > treerow > treecell > titledbutton {
46 list-style-image: url("chrome://communicator/skin/bookmarks/article.gif");
47}
48
49treeitem[container="true"][open="true"] > treerow > treecell > titledbutton {
50 list-style-image: url("chrome://communicator/skin/bookmarks/folder-open.gif");
51}
52
53treeitem[container="true"] > treerow > treecell > titledbutton {
54 list-style-image: url("chrome://communicator/skin/bookmarks/folder-closed.gif");
55}
56
57treeitem > treerow > treecell > titledbutton {
58 list-style-image: url("chrome://communicator/skin/bookmarks/document.gif");
59}
60
61titledbutton#bookmarks {
62 list-style-image:url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
63}
64