adding new LCARStrek skin
[themes.git] / LCARStrek / skin / LCARStrek / communicator / search / findresults.css
diff --git a/LCARStrek/skin/LCARStrek/communicator/search/findresults.css b/LCARStrek/skin/LCARStrek/communicator/search/findresults.css
new file mode 100644 (file)
index 0000000..1d039d7
--- /dev/null
@@ -0,0 +1,65 @@
+treecol[sortActive="true"] {
+ background-color: #008484;
+}
+
+treeitem[container="true"][open="true"][loading="true"] > treerow > treecell > titledbutton {
+ list-style-image: url("chrome://global/skin/loading.gif") ! important ;
+}
+
+treeitem[type="http://home.netscape.com/NC-rdf#Folder"] > treerow > treecell > titledbutton {
+ list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
+}
+
+treeitem[type="http://home.netscape.com/NC-rdf#Folder"][open="true"] > treerow > treecell > titledbutton {
+ list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
+}
+
+treeitem[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"] > treerow > treecell > titledbutton {
+ list-style-image: url("chrome://communicator/skin/bookmarks/personal-folder-closed.gif");
+}
+
+treeitem[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"][open="true"] > treerow > treecell > titledbutton {
+ list-style-image: url("chrome://communicator/skin/bookmarks/personal-folder-open.gif");
+}
+
+treeitem[type="http://home.netscape.com/NC-rdf#BookmarkSeparator"] > treerow > treecell > titledbutton {
+ list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
+}
+
+treeitem[type="http://home.netscape.com/NC-rdf#IEFavorite"] > treerow > treecell > titledbutton {
+ list-style-image: url("chrome://communicator/skin/bookmarks/ieFavorite.gif");
+}
+
+treeitem[type="http://home.netscape.com/NC-rdf#Bookmark"] > treerow > treecell > titledbutton {
+ list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
+}
+
+treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"][open="true"] > treerow > treecell > titledbutton {
+ list-style-image: url("chrome://communicator/skin/directory/file-folder-open.gif");
+}
+
+treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"] > treerow > treecell > titledbutton {
+ list-style-image: url("chrome://communicator/skin/directory/file-folder-closed.gif");
+}
+
+treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"] > treerow > treecell > titledbutton {
+ list-style-image: url("chrome://global/skin/article.gif");
+}
+
+treeitem[container="true"][open="true"] > treerow > treecell > titledbutton {
+ list-style-image: url("chrome://communicator/skin/directory/file-folder-open.gif");
+}
+
+treeitem[container="true"] > treerow > treecell > titledbutton {
+ list-style-image: url("chrome://communicator/skin/directory/file-folder-closed.gif");
+}
+
+treeitem > treerow > treecell > titledbutton {
+ list-style-image: url("chrome://global/skin/document.gif");
+}
+
+titledbutton#bookmarks {
+       list-style-image:url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
+}
+
+