X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fskin%2FLCARStrek%2Fcommunicator%2Fsearch%2Ffindresults.css;fp=LCARStrek%2Fskin%2FLCARStrek%2Fcommunicator%2Fsearch%2Ffindresults.css;h=1d039d7db8690ae13b6dece30590fba0da1b95fa;hp=0000000000000000000000000000000000000000;hb=3c30e09ec8f11f7db9feecc16d101f9b9f50f209;hpb=613a86e80f09c2eeef7a7ec37d175323c739c978 diff --git a/LCARStrek/skin/LCARStrek/communicator/search/findresults.css b/LCARStrek/skin/LCARStrek/communicator/search/findresults.css new file mode 100644 index 00000000..1d039d7d --- /dev/null +++ b/LCARStrek/skin/LCARStrek/communicator/search/findresults.css @@ -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"); +} + +