X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fcommunicator%2Fsidebar%2Fcustomize.css;h=3a3c1c5bfc3322ceac7f6bb35e49fbc522ffb096;hp=0f42c33b244ec778e29e95ec9a6abf8fc5793b51;hb=d36c7ec407cc272dc85e6bfba54df0961303877c;hpb=b87c9562a4c728734927c455c6201d13d11c8a9e diff --git a/EarlyBlue/communicator/sidebar/customize.css b/EarlyBlue/communicator/sidebar/customize.css index 0f42c33b..3a3c1c5b 100644 --- a/EarlyBlue/communicator/sidebar/customize.css +++ b/EarlyBlue/communicator/sidebar/customize.css @@ -38,52 +38,28 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* - Style rules specific to the Customize dialog. - */ -/* These rules apply appropriate images to the 'reorder' buttons */ -.up { - list-style-image:url("chrome://global/skin/scroll-up.gif"); - min-width: 0px; -} - -.up[disabled="true"] { - list-style-image:url("chrome://global/skin/scroll-up-disabled.gif"); -} - -.down { - min-width: 0px; - list-style-image:url("chrome://global/skin/scroll-down.gif"); -} - -.down[disabled="true"] { - list-style-image:url("chrome://global/skin/scroll-down-disabled.gif"); -} - -.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"); } @@ -91,12 +67,6 @@ treeitem[selected="true"][container="true"][open="true"] > treerow > .treecell-p list-style-image: url("chrome://communicator/skin/sidebar/sidebar-icon.gif"); } -/* -.tree-cell-twisty { - display: none !important; -} -*/ - box#reorder { -moz-box-pack: center; }