X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Fsidebar%2Fcustomize.css;h=d347b1dddb50e6eb7d356d02a22fe58284072724;hp=0f42c33b244ec778e29e95ec9a6abf8fc5793b51;hb=d0646e4a75a2e7c90b075456d6bab4a0b0d8ab6f;hpb=351107c90e7ee7a17d9bf63798f2861307118309 diff --git a/LCARStrek/communicator/sidebar/customize.css b/LCARStrek/communicator/sidebar/customize.css index 0f42c33b..d347b1dd 100644 --- a/LCARStrek/communicator/sidebar/customize.css +++ b/LCARStrek/communicator/sidebar/customize.css @@ -38,65 +38,35 @@ @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 -{ - list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); +.treecell-panel { + list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); } .treecell-panel[haslink="true"], -treeitem[container="true"] > treerow > .treecell-panel -{ - list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif"); +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 -{ - list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed-sel.gif"); +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 -{ - list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif"); +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 -{ - list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open-sel.gif"); + +treeitem[selected="true"][container="true"][open="true"] > treerow > .treecell-panel { + list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open-sel.gif"); } #header { list-style-image: url("chrome://communicator/skin/sidebar/sidebar-icon.gif"); } -/* -.tree-cell-twisty { - display: none !important; -} -*/ - box#reorder { -moz-box-pack: center; }