X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fcommunicator%2Fbookmarks%2Fbookmarks.css;fp=EarlyBlue%2Fcommunicator%2Fbookmarks%2Fbookmarks.css;h=605d951aa6b31a40e26ca8524f54671fa456c976;hp=ccd608c4c9cebdfe2bbccf4dfe3c0ac619f513c1;hb=a1f525f0c2c8526761b87b460de74e463e4f263f;hpb=33be56153cb2238008203164de59701685cb2097 diff --git a/EarlyBlue/communicator/bookmarks/bookmarks.css b/EarlyBlue/communicator/bookmarks/bookmarks.css index ccd608c4..605d951a 100644 --- a/EarlyBlue/communicator/bookmarks/bookmarks.css +++ b/EarlyBlue/communicator/bookmarks/bookmarks.css @@ -43,19 +43,19 @@ * Style rules for generic bookmarks items. */ -treechildren:-moz-tree-image(Name) { +treechildren::-moz-tree-image(Name) { padding-right: 2px; } -.bookmark-item, treechildren:-moz-tree-image(Name) { +.bookmark-item, treechildren::-moz-tree-image(Name) { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); } -.bookmark-item[container="true"], treechildren:-moz-tree-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"], treechildren:-moz-tree-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,23 +87,23 @@ toolbarbutton.bookmark-item > .toolbarbutton-menu-dropmarker { max-height: 16px; } -treechildren:-moz-tree-twisty(group, hidetwisty) { +treechildren::-moz-tree-twisty(group, hidetwisty) { list-style-image: none; } -treechildren:-moz-tree-image(Name, container, group) { +treechildren::-moz-tree-image(Name, container, group) { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-group.gif"); } -treechildren:-moz-tree-image(Name, separator) { +treechildren::-moz-tree-image(Name, separator) { list-style-image: none; } -treechildren:-moz-tree-cell-text(Name, separator) { +treechildren::-moz-tree-cell-text(Name, separator) { color: #808080; margin: 0px 5px 0px 5px; } -treechildren:-moz-tree-cell-text(Name, separator, selected, focus) { +treechildren::-moz-tree-cell-text(Name, separator, selected, focus) { color: #FFFFFF; }