Bug 424286 - styling tweaks to places trees.

This commit is contained in:
mozilla.mano@sent.com 2008-05-01 17:47:54 -07:00
Родитель 4668b8492d
Коммит 63f0ed56e4
3 изменённых файлов: 15 добавлений и 7 удалений

Просмотреть файл

@ -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");
}

Просмотреть файл

@ -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");
}

Просмотреть файл

@ -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) {