-
-
-
-
-
-
diff --git a/mozilla/themes/classic/communicator/bookmarks/bookmarks.css b/mozilla/themes/classic/communicator/bookmarks/bookmarks.css index 2c17b3e2107..6cc7aff1a2e 100644 --- a/mozilla/themes/classic/communicator/bookmarks/bookmarks.css +++ b/mozilla/themes/classic/communicator/bookmarks/bookmarks.css @@ -87,3 +87,16 @@ treechildren:-moz-tree-twisty(group,hidetwisty) { 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: ThreeDShadow; + margin: 0px 5px 0px 5px; +} + +treechildren:-moz-tree-cell-text(Name, separator, selected, focus) { + color: HighlightText; +} diff --git a/mozilla/themes/modern/communicator/bookmarks/bookmarks.css b/mozilla/themes/modern/communicator/bookmarks/bookmarks.css index f6cb4e33367..e879cfbac90 100644 --- a/mozilla/themes/modern/communicator/bookmarks/bookmarks.css +++ b/mozilla/themes/modern/communicator/bookmarks/bookmarks.css @@ -71,3 +71,16 @@ treechildren:-moz-tree-twisty(group, hidetwisty) { 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; +}