X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fcommunicator%2Fsidebar%2Fcustomize.css;h=3a3c1c5bfc3322ceac7f6bb35e49fbc522ffb096;hp=8eadb76e271d3fcbbe331784af2ba4e61142be60;hb=d36c7ec407cc272dc85e6bfba54df0961303877c;hpb=74d14f90a7085ce7d63f78d6124b57e9a8422d3f diff --git a/EarlyBlue/communicator/sidebar/customize.css b/EarlyBlue/communicator/sidebar/customize.css index 8eadb76e..3a3c1c5b 100644 --- a/EarlyBlue/communicator/sidebar/customize.css +++ b/EarlyBlue/communicator/sidebar/customize.css @@ -41,28 +41,25 @@ Style rules specific to the Customize dialog. */ -.treecell-panel -{ +.treecell-panel { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); } .treecell-panel[haslink="true"], -treeitem[container="true"] > treerow > .treecell-panel -{ +treeitem[container="true"] > treerow > .treecell-panel { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif"); } + treeitem[selected="true"] > treerow > .treecell-panel[haslink="true"], -treeitem[selected="true"][container="true"] > treerow > .treecell-panel -{ +treeitem[selected="true"][container="true"] > treerow > .treecell-panel { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed-sel.gif"); } -treeitem[container="true"][open="true"] > treerow > .treecell-panel -{ +treeitem[container="true"][open="true"] > treerow > .treecell-panel { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif"); } -treeitem[selected="true"][container="true"][open="true"] > treerow > .treecell-panel -{ + +treeitem[selected="true"][container="true"][open="true"] > treerow > .treecell-panel { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open-sel.gif"); }