X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Fbookmarks%2Fbookmarks.css;h=27801a12c79ef27ecba0d3c47698d0d67a1e2ae3;hp=641ae5baa6ec3d2230f80d15d89fa644f28373fb;hb=7aa6555801cc190778098a3847e8fc55e5468771;hpb=e1597424350915539e91f37bb1a8005af8e513c0 diff --git a/LCARStrek/communicator/bookmarks/bookmarks.css b/LCARStrek/communicator/bookmarks/bookmarks.css index 641ae5ba..27801a12 100644 --- a/LCARStrek/communicator/bookmarks/bookmarks.css +++ b/LCARStrek/communicator/bookmarks/bookmarks.css @@ -43,19 +43,19 @@ * Style rules for generic bookmarks items. */ -outlinerchildren:-moz-outliner-image(Name) { +treechildren:-moz-tree-image(Name) { padding-right: 2px; } -.bookmark-item, outlinerchildren:-moz-outliner-image(Name) { +.bookmark-item, treechildren:-moz-tree-image(Name) { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); } -.bookmark-item[container="true"], outlinerchildren:-moz-outliner-image(Name, container) { +.bookmark-item[container="true"], treechildren:-moz-tree-image(Name, container) { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif"); } -.bookmark-item[container="true"][open="true"], outlinerchildren:-moz-outliner-image(Name, open) { +.bookmark-item[container="true"][open="true"], treechildren:-moz-tree-image(Name, open) { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif"); } @@ -87,10 +87,10 @@ toolbarbutton.bookmark-item > .toolbarbutton-menu-dropmarker { max-height: 16px; } -outlinerchildren:-moz-outliner-twisty(group,hidetwisty) { +treechildren:-moz-tree-twisty(group,hidetwisty) { list-style-image: none; } -outlinerchildren:-moz-outliner-image(Name, container, group) { +treechildren:-moz-tree-image(Name, container, group) { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-group.gif"); }