From 441a3130bf2d114502b7e1471bb14c948c8d9582 Mon Sep 17 00:00:00 2001 From: "webmail%kmgerich.com" Date: Fri, 15 Oct 2004 23:51:49 +0000 Subject: [PATCH] bug #251910, style bookmark and history sidebar items as links --- browser/components/bookmarks/content/bookmarksTree.xml | 3 ++- browser/components/history/content/history-panel.xul | 3 ++- toolkit/themes/winstripe/global/tree.css | 4 ++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/browser/components/bookmarks/content/bookmarksTree.xml b/browser/components/bookmarks/content/bookmarksTree.xml index 8dfb02063d9..a24d652ca4c 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 96e90ee8716..4bb93c9928b 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 921af734374..5574919a483 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 ::::: */