diff --git a/browser/components/bookmarks/content/bookmarksTree.xml b/browser/components/bookmarks/content/bookmarksTree.xml index 8dfb02063d96..a24d652ca4c4 100644 --- a/browser/components/bookmarks/content/bookmarksTree.xml +++ b/browser/components/bookmarks/content/bookmarksTree.xml @@ -906,7 +906,8 @@ + label="rdf:http://home.netscape.com/NC-rdf#Name" + properties="linkTree"/> diff --git a/browser/components/history/content/history-panel.xul b/browser/components/history/content/history-panel.xul index 96e90ee87162..4bb93c9928b6 100644 --- a/browser/components/history/content/history-panel.xul +++ b/browser/components/history/content/history-panel.xul @@ -107,7 +107,8 @@ + date="rdf:http://home.netscape.com/NC-rdf#Date" + properties="linkTree"/> diff --git a/toolkit/themes/winstripe/global/tree.css b/toolkit/themes/winstripe/global/tree.css index 921af7343749..5574919a4838 100644 --- a/toolkit/themes/winstripe/global/tree.css +++ b/toolkit/themes/winstripe/global/tree.css @@ -79,6 +79,10 @@ treechildren::-moz-tree-cell-text(selected, focus) { color: HighlightText; } +treechildren::-moz-tree-cell-text(leaf, linkTree) { + text-decoration: underline; + color: blue; +} /* ::::: lines connecting cells ::::: */