X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fcommunicator%2Fbookmarks%2Fbookmarks.css;h=ccd608c4c9cebdfe2bbccf4dfe3c0ac619f513c1;hp=27801a12c79ef27ecba0d3c47698d0d67a1e2ae3;hb=b618d1fd7cca23dded25cba9198eb09879e8a7a8;hpb=c67ce6258cc8ead42facfcbade52312a00031c44 diff --git a/EarlyBlue/communicator/bookmarks/bookmarks.css b/EarlyBlue/communicator/bookmarks/bookmarks.css index 27801a12..ccd608c4 100644 --- a/EarlyBlue/communicator/bookmarks/bookmarks.css +++ b/EarlyBlue/communicator/bookmarks/bookmarks.css @@ -87,10 +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) { 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: #808080; + margin: 0px 5px 0px 5px; +} + +treechildren:-moz-tree-cell-text(Name, separator, selected, focus) { + color: #FFFFFF; +}