X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Frelated%2Frelated.css;h=63a1b03c3387380645babf33bd7eca80d26a18c1;hp=adf33e3d9ffc09970cee3e3de42d8eb9ffc0b0d4;hb=e10e7addc389ca4e7c2b804cafa0d49525bfc116;hpb=351107c90e7ee7a17d9bf63798f2861307118309 diff --git a/LCARStrek/communicator/related/related.css b/LCARStrek/communicator/related/related.css index adf33e3d..63a1b03c 100644 --- a/LCARStrek/communicator/related/related.css +++ b/LCARStrek/communicator/related/related.css @@ -38,80 +38,67 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* - Style rules specific to the related links panel - */ -#Tree, .tree-container-treerows -{ +#Tree, .tree-container-treerows { border: none; } -treeitem > treerow.relatedresult > treecell -{ +treeitem > treerow.relatedresult > treecell { color: #FF9F00; text-decoration: none; } -treeitem > treerow.relatedresult > treecell:hover -{ + +treeitem > treerow.relatedresult > treecell:hover { background-color: #FFCF00; color: #000000; - cursor : pointer; + cursor: pointer; } -treeitem > treerow.relatedresult > treecell > titledbutton:active -{ + +treeitem > treerow.relatedresult > treecell > titledbutton:active { background-color: #008484; color: #FFCF00; } -treeitem[container="true"][open="true"][loading="true"] > treerow > .treecell-indent -{ - list-style-image: url("chrome://global/skin/loading.gif") ! important ; +treeitem[container="true"][open="true"][loading="true"] > treerow > .treecell-indent { + list-style-image: url("chrome://global/skin/icons/loading.gif") ! important ; } -treeitem[container="true"][open="true"] > treerow > .treecell-indent -{ +treeitem[container="true"][open="true"] > treerow > .treecell-indent { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif"); } /* Uncomment if double-click model is needed -treeitem[container="true"][open="true"][selected="true"] > treerow > .treecell-indent -{ +treeitem[container="true"][open="true"][selected="true"] > treerow > .treecell-indent { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open-sel.gif"); } */ -treeitem[container="true"] > treerow > .treecell-indent -{ +treeitem[container="true"] > treerow > .treecell-indent { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif"); } /* Uncomment if double-click model is needed -treeitem[container="true"][selected="true"] > treerow > .treecell-indent -{ +treeitem[container="true"][selected="true"] > treerow > .treecell-indent { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed-sel.gif"); } */ -treeitem[container="true"][id="NC:SiteMapRoot"] > treerow > .treecell-indent -{ +treeitem[container="true"][id="NC:SiteMapRoot"] > treerow > .treecell-indent { list-style-image: url("chrome://communicator/skin/related/sitemap.gif"); } -treeitem[container="true"][open="true"][id="NC:SiteMapRoot"] > treerow > .treecell-indent -{ +treeitem[container="true"][open="true"][id="NC:SiteMapRoot"] > treerow > .treecell-indent { list-style-image: url("chrome://communicator/skin/related/sitemap.gif"); } /* Single click model, so undo regular search tree selection look. */ treeitem[selected="true"] > treerow.relatedseparator, -treeitem[selected="true"] > treerow.relatedresult -{ +treeitem[selected="true"] > treerow.relatedresult { background-color: transparent; } -.treecell-indent -{ +.treecell-indent { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); }