X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Fskin%2Fsearch%2Ffindresults.css;fp=LCARStrek%2Fcommunicator%2Fskin%2Fsearch%2Ffindresults.css;h=0000000000000000000000000000000000000000;hb=613a86e80f09c2eeef7a7ec37d175323c739c978;hp=060c809d54a0c04be76c9c41e8c376a5ae86e394;hpb=d0e796dd2e4b058577da1c1c2d3357fd724141f4;p=themes.git diff --git a/LCARStrek/communicator/skin/search/findresults.css b/LCARStrek/communicator/skin/search/findresults.css deleted file mode 100755 index 060c809d..00000000 --- a/LCARStrek/communicator/skin/search/findresults.css +++ /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"); -} -