X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;ds=sidebyside;f=EarlyBlue%2Fskin%2FEarlyBlue%2Fcommunicator%2Fsearch%2Ffindresults.css;fp=EarlyBlue%2Fskin%2FEarlyBlue%2Fcommunicator%2Fsearch%2Ffindresults.css;h=22a0750c209719bf955b11b0d39accb9bb0db6b0;hb=f6e0a33f329fdf02e7c41c683152890a9c44ccd3;hp=0000000000000000000000000000000000000000;hpb=eded43de50f02946eb9ad3b89bbe2217f8cb742e;p=themes.git diff --git a/EarlyBlue/skin/EarlyBlue/communicator/search/findresults.css b/EarlyBlue/skin/EarlyBlue/communicator/search/findresults.css new file mode 100644 index 00000000..22a0750c --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/communicator/search/findresults.css @@ -0,0 +1,64 @@ +treecol[sortActive="true"] { + background-color: lightgray; +} + +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"); +} +