X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Fbookmarks%2Fbookmarks.css;h=d0ccbec1f18c91dbf08abf0765306c6f070892eb;hb=a1f525f0c2c8526761b87b460de74e463e4f263f;hp=04f29cbd65a7cc6d8000b4feffc2ad992c09d446;hpb=351107c90e7ee7a17d9bf63798f2861307118309;p=themes.git diff --git a/LCARStrek/communicator/bookmarks/bookmarks.css b/LCARStrek/communicator/bookmarks/bookmarks.css index 04f29cbd..d0ccbec1 100644 --- a/LCARStrek/communicator/bookmarks/bookmarks.css +++ b/LCARStrek/communicator/bookmarks/bookmarks.css @@ -43,26 +43,67 @@ * Style rules for generic bookmarks items. */ -outlinerbody:-moz-outliner-image(Name) { +treechildren:-moz-tree-image(Name) { padding-right: 2px; } -.bookmark-item, outlinerbody:-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"], outlinerbody:-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"], outlinerbody:-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"); } .bookmark-item[container="true"][open="true"][loading="true"] { - list-style-image: url("chrome://global/skin/loading.gif") !important; + list-style-image: url("chrome://global/skin/icons/loading.gif") !important; } .bookmark-item[status="new"] { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item-updated.gif") !important; } + +.bookmark-item > .menu-iconic-left { + height: 16px; +} + +.bookmark-item > .menu-iconic-left > .menu-iconic-icon { + max-width: 16px; + max-height: 16px; +} + +toolbarbutton.bookmark-item > .toolbarbutton-menu-dropmarker { + display: none; +} + +.tree-cell-icon, .tree-cell-primary-icon { + list-style-image: inherit; + height: 16px; + 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"); +} + +treechildren:-moz-tree-image(Name, separator) { + list-style-image: none; +} + +treechildren:-moz-tree-cell-text(Name, separator) { + color: #E7ADE7; + margin: 0px 5px 0px 5px; +} + +treechildren:-moz-tree-cell-text(Name, separator, selected, focus) { + /* color: #FFCF00; */ +}