From 63f0ed56e45984de4f7d1d7570191fd156710dbf Mon Sep 17 00:00:00 2001 From: "mozilla.mano@sent.com" Date: Thu, 1 May 2008 17:47:54 -0700 Subject: [PATCH] Bug 424286 - styling tweaks to places trees. --- .../themes/gnomestripe/browser/places/places.css | 3 ++- .../themes/pinstripe/browser/places/places.css | 3 ++- .../themes/winstripe/browser/places/places.css | 16 +++++++++++----- 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/browser/themes/gnomestripe/browser/places/places.css b/browser/themes/gnomestripe/browser/places/places.css index c90db184c9cc..ff99fdbe2a5e 100755 --- a/browser/themes/gnomestripe/browser/places/places.css +++ b/browser/themes/gnomestripe/browser/places/places.css @@ -65,7 +65,8 @@ treechildren::-moz-tree-image(title, query) { list-style-image: url("chrome://browser/skin/places/query.png"); } -treechildren::-moz-tree-image(title, query, tagContainer) { +treechildren::-moz-tree-image(title, query, tagContainer), +treechildren::-moz-tree-image(container, OrganizerQuery_Tags) { list-style-image: url("chrome://mozapps/skin/places/tagContainerIcon.png"); } diff --git a/browser/themes/pinstripe/browser/places/places.css b/browser/themes/pinstripe/browser/places/places.css index ec579e94a4c9..e8a62a46196d 100755 --- a/browser/themes/pinstripe/browser/places/places.css +++ b/browser/themes/pinstripe/browser/places/places.css @@ -144,7 +144,8 @@ treechildren::-moz-tree-image(query) { list-style-image: url("chrome://browser/skin/places/query.png"); } -treechildren::-moz-tree-image(title, query, tagContainer) { +treechildren::-moz-tree-image(title, query, tagContainer), +treechildren::-moz-tree-image(container, OrganizerQuery_Tags) { list-style-image: url("chrome://mozapps/skin/places/tagContainerIcon.png"); } diff --git a/browser/themes/winstripe/browser/places/places.css b/browser/themes/winstripe/browser/places/places.css index 4c01ee8e1971..8817c992b468 100755 --- a/browser/themes/winstripe/browser/places/places.css +++ b/browser/themes/winstripe/browser/places/places.css @@ -49,7 +49,7 @@ treechildren::-moz-tree-image(title, open) { } treechildren::-moz-tree-image(title, container, livemark) { - list-style-image: url("chrome://browser/skin/page-livemarks.png"); + list-style-image: url("chrome://browser/skin/livemark-folder.png"); -moz-image-region: auto; } @@ -68,21 +68,27 @@ treechildren::-moz-tree-image(container, OrganizerQuery_BookmarksMenu) { -moz-image-region: auto; } +treechildren::-moz-tree-image(container, OrganizerQuery_UnfiledBookmarks) { + list-style-image: url("chrome://browser/skin/places/unsortedBookmarks.png"); + -moz-image-region: auto; +} + /* query-nodes should be styled even if they're not expandable */ treechildren::-moz-tree-image(title, query) { list-style-image: url("chrome://browser/skin/places/query.png"); -moz-image-region: auto; } -treechildren::-moz-tree-image(title, query, tagContainer) { +treechildren::-moz-tree-image(title, query, tagContainer), +treechildren::-moz-tree-image(container, OrganizerQuery_Tags) { list-style-image: url("chrome://mozapps/skin/places/tagContainerIcon.png"); -moz-image-region: auto; } -/* calendar icon for folders grouping items by date */ +/* calendar icon for folders grouping items by date */ treechildren::-moz-tree-image(title, query, dayContainer) { - list-style-image: url("chrome://browser/skin/places/calendar.png"); - -moz-image-region: auto; + list-style-image: url("chrome://browser/skin/places/calendar.png"); + -moz-image-region: auto; } treechildren::-moz-tree-image(title, query, hostContainer) {