removing old LCARStrek
[themes.git] / LCARStrek / communicator / skin / search / findresults.css
diff --git a/LCARStrek/communicator/skin/search/findresults.css b/LCARStrek/communicator/skin/search/findresults.css
deleted file mode 100755 (executable)
index 060c809..0000000
+++ /dev/null
@@ -1,64 +0,0 @@
-treecol[sortActive="true"] {
- background-color: #008484;
-}
-
-treeitem[container="true"][open="true"][loading="true"] > treerow > treecell > titledbutton {
- list-style-image: url("chrome://communicator/skin/bookmarks/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/bookmarks/folder-open.gif");
-}
-
-treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"] > treerow > treecell > titledbutton {
- list-style-image: url("chrome://communicator/skin/bookmarks/folder-closed.gif");
-}
-
-treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"] > treerow > treecell > titledbutton {
- list-style-image: url("chrome://communicator/skin/bookmarks/article.gif");
-}
-
-treeitem[container="true"][open="true"] > treerow > treecell > titledbutton {
- list-style-image: url("chrome://communicator/skin/bookmarks/folder-open.gif");
-}
-
-treeitem[container="true"] > treerow > treecell > titledbutton {
- list-style-image: url("chrome://communicator/skin/bookmarks/folder-closed.gif");
-}
-
-treeitem > treerow > treecell > titledbutton {
- list-style-image: url("chrome://communicator/skin/bookmarks/document.gif");
-}
-
-titledbutton#bookmarks {
-       list-style-image:url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
-}
-