X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fcommunicator%2Fbookmarks%2Fbookmarks.css;h=27801a12c79ef27ecba0d3c47698d0d67a1e2ae3;hb=07b3f50491fd13e9107c43e9c86b00af6a8f2fe2;hp=8a65166fd74670113b698cb6bcdca1596e453c82;hpb=74d14f90a7085ce7d63f78d6124b57e9a8422d3f;p=themes.git diff --git a/EarlyBlue/communicator/bookmarks/bookmarks.css b/EarlyBlue/communicator/bookmarks/bookmarks.css index 8a65166f..27801a12 100644 --- a/EarlyBlue/communicator/bookmarks/bookmarks.css +++ b/EarlyBlue/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"); } @@ -86,3 +86,11 @@ toolbarbutton.bookmark-item > .toolbarbutton-menu-dropmarker { max-width: 16px; max-height: 16px; } + +treechildren:-moz-tree-twisty(group,hidetwisty) { + list-style-image: none; +} + +treechildren:-moz-tree-image(Name, container, group) { + list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-group.gif"); +}