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");
31 -moz-image-region: rect(0px, 16px, 16px, 0px);
34 treechildren::-moz-tree-image(title, livemarkItem, visited) {
35 -moz-image-region: rect(0px, 32px, 16px, 16px);
38 treechildren::-moz-tree-image(title, separator) {
39 list-style-image: none;
44 treechildren::-moz-tree-image(title, container) {
45 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
48 treechildren::-moz-tree-image(title, open) {
49 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
52 treechildren::-moz-tree-image(title, container, livemark) {
53 list-style-image: url("chrome://communicator/skin/bookmarks/livemark-folder.png");
54 -moz-image-region: auto;
57 treechildren::-moz-tree-image(container, OrganizerQuery_AllBookmarks) {
58 list-style-image: url("chrome://communicator/skin/bookmarks/allBookmarks.png");
59 -moz-image-region: auto;
62 treechildren::-moz-tree-image(container, OrganizerQuery_BookmarksToolbar) {
63 list-style-image: url("chrome://communicator/skin/bookmarks/bookmarksToolbar.png");
64 -moz-image-region: auto;
67 treechildren::-moz-tree-image(container, OrganizerQuery_BookmarksMenu) {
68 list-style-image: url("chrome://communicator/skin/bookmarks/bookmarksMenu.png");
69 -moz-image-region: auto;
72 treechildren::-moz-tree-image(container, OrganizerQuery_UnfiledBookmarks) {
73 list-style-image: url("chrome://communicator/skin/bookmarks/unsortedBookmarks.png");
74 -moz-image-region: auto;
77 /* query-nodes should be styled even if they're not expandable */
78 treechildren::-moz-tree-image(title, query) {
79 list-style-image: url("chrome://communicator/skin/bookmarks/query.png");
80 -moz-image-region: auto;
83 treechildren::-moz-tree-image(title, query, tagContainer),
84 treechildren::-moz-tree-image(query, OrganizerQuery_Tags) {
85 list-style-image: url("chrome://mozapps/skin/places/tagContainerIcon.png");
86 -moz-image-region: auto;
89 treechildren::-moz-tree-image(query, OrganizerQuery_Downloads) {
90 list-style-image: url("chrome://browser/skin/places/downloads.png");
91 -moz-image-region: auto;
94 /* calendar icon for folders grouping items by date */
95 treechildren::-moz-tree-image(title, query, dayContainer) {
96 list-style-image: url("chrome://communicator/skin/history/calendar.png");
97 -moz-image-region: auto;
100 treechildren::-moz-tree-image(title, query, hostContainer) {
101 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
104 treechildren::-moz-tree-image(title, query, hostContainer, open) {
105 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
108 treechildren::-moz-tree-image(title, query, OrganizerQuery_History) {
109 list-style-image: url("chrome://browser/skin/places/history.png");
112 /* We want some queries to look like ordinary folders. This must come
113 after the (title, query) selector, or it would get overridden. */
114 treechildren::-moz-tree-image(title, query, folder) {
115 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
118 treechildren::-moz-tree-image(title, query, folder, open) {
119 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
122 treechildren::-moz-tree-image(cutting) {
126 treechildren::-moz-tree-cell-text(cutting) {
130 /* Browser Sidebars */
132 /* Default button vert. margins are 1px/2px, and this can cause misalignment */
138 #viewButton > .button-box > .button-menu-dropmarker {
141 margin-inline-end: -3px;