Bug 430693 - "History items (Today, Yesterday, etc.) styling for Mac OS X" (r=mano, ui-r=beltzner, a=beltzner)

This commit is contained in:
stephen@noved.org 2008-05-05 11:06:31 -07:00
Родитель 465284df63
Коммит 6cfb553062
2 изменённых файлов: 3 добавлений и 2 удалений

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

@ -275,7 +275,7 @@ toolbarbutton.bookmark-item .toolbarbutton-text {
}
.bookmark-item[query][dayContainer] {
list-style-image: url("chrome://global/skin/tree/folder.png");
list-style-image: url("chrome://browser/skin/places/history.png");
}
.bookmark-item[query][hostContainer] {

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

@ -149,8 +149,9 @@ treechildren::-moz-tree-image(container, OrganizerQuery_Tags) {
list-style-image: url("chrome://mozapps/skin/places/tagContainerIcon.png");
}
/* calendar icon for folders grouping items by date */
treechildren::-moz-tree-image(title, query, dayContainer) {
list-style-image: url("chrome://global/skin/tree/folder.png");
list-style-image: url("chrome://browser/skin/places/history.png");
}
treechildren::-moz-tree-image(title, query, hostContainer) {