6 .sidebar-placesTreechildren::-moz-tree-cell(leaf) ,
7 .sidebar-placesTreechildren::-moz-tree-image(leaf) {
11 .sidebar-placesTreechildren::-moz-tree-cell-text(leaf, hover) {
13 text-decoration: underline;
16 .sidebar-placesTreechildren::-moz-tree-cell(separator) {
21 treechildren::-moz-tree-image(title) {
22 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
29 treechildren::-moz-tree-image(title, livemarkItem) {
30 list-style-image: url("chrome://communicator/skin/bookmarks/livemark-item.png");
33 treechildren::-moz-tree-image(title, separator) {
34 list-style-image: none;
39 treechildren::-moz-tree-image(title, container) {
40 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
43 treechildren::-moz-tree-image(title, open) {
44 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
47 treechildren::-moz-tree-image(title, container, livemark) {
48 list-style-image: url("chrome://communicator/skin/bookmarks/livemark-folder.png");
49 -moz-image-region: auto;
52 treechildren::-moz-tree-image(container, OrganizerQuery_AllBookmarks) {
53 list-style-image: url("chrome://communicator/skin/bookmarks/allBookmarks.png");
54 -moz-image-region: auto;
57 treechildren::-moz-tree-image(container, OrganizerQuery_BookmarksToolbar) {
58 list-style-image: url("chrome://communicator/skin/bookmarks/bookmarksToolbar.png");
59 -moz-image-region: auto;
62 treechildren::-moz-tree-image(container, OrganizerQuery_BookmarksMenu) {
63 list-style-image: url("chrome://communicator/skin/bookmarks/bookmarksMenu.png");
64 -moz-image-region: auto;
67 treechildren::-moz-tree-image(container, OrganizerQuery_UnfiledBookmarks) {
68 list-style-image: url("chrome://communicator/skin/bookmarks/unsortedBookmarks.png");
69 -moz-image-region: auto;
72 /* query-nodes should be styled even if they're not expandable */
73 treechildren::-moz-tree-image(title, query) {
74 list-style-image: url("chrome://communicator/skin/bookmarks/query.png");
75 -moz-image-region: auto;
78 treechildren::-moz-tree-image(title, query, tagContainer),
79 treechildren::-moz-tree-image(query, OrganizerQuery_Tags) {
80 list-style-image: url("chrome://mozapps/skin/places/tagContainerIcon.png");
81 -moz-image-region: auto;
84 treechildren::-moz-tree-image(query, OrganizerQuery_Downloads) {
85 list-style-image: url("chrome://browser/skin/places/downloads.png");
86 -moz-image-region: auto;
89 /* calendar icon for folders grouping items by date */
90 treechildren::-moz-tree-image(title, query, dayContainer) {
91 list-style-image: url("chrome://communicator/skin/history/calendar.png");
92 -moz-image-region: auto;
95 treechildren::-moz-tree-image(title, query, hostContainer) {
96 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
99 treechildren::-moz-tree-image(title, query, hostContainer, open) {
100 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
103 treechildren::-moz-tree-image(title, query, OrganizerQuery_History) {
104 list-style-image: url("chrome://browser/skin/places/history.png");
107 /* We want some queries to look like ordinary folders. This must come
108 after the (title, query) selector, or it would get overridden. */
109 treechildren::-moz-tree-image(title, query, folder) {
110 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
113 treechildren::-moz-tree-image(title, query, folder, open) {
114 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
117 treechildren::-moz-tree-image(cutting) {
121 treechildren::-moz-tree-cell-text(cutting) {
125 /* Browser Sidebars */
127 /* Default button vert. margins are 1px/2px, and this can cause misalignment */
133 #viewButton > .button-box > .button-menu-dropmarker {
136 -moz-margin-end: -3px;