Bug 433179 - Tag container icon wrong when tag folder is empty, r=mano

This commit is contained in:
Marco Bonardo 2008-12-04 16:17:48 +01:00
Родитель 2d46aa04ac
Коммит 864227e3f3
3 изменённых файлов: 3 добавлений и 3 удалений

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

@ -71,7 +71,7 @@ treechildren::-moz-tree-image(title, query) {
}
treechildren::-moz-tree-image(title, query, tagContainer),
treechildren::-moz-tree-image(container, OrganizerQuery_Tags) {
treechildren::-moz-tree-image(query, OrganizerQuery_Tags) {
list-style-image: url("chrome://mozapps/skin/places/tagContainerIcon.png");
}

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

@ -150,7 +150,7 @@ treechildren::-moz-tree-image(query) {
}
treechildren::-moz-tree-image(title, query, tagContainer),
treechildren::-moz-tree-image(container, OrganizerQuery_Tags) {
treechildren::-moz-tree-image(query, OrganizerQuery_Tags) {
list-style-image: url("chrome://mozapps/skin/places/tagContainerIcon.png");
}

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

@ -80,7 +80,7 @@ treechildren::-moz-tree-image(title, query) {
}
treechildren::-moz-tree-image(title, query, tagContainer),
treechildren::-moz-tree-image(container, OrganizerQuery_Tags) {
treechildren::-moz-tree-image(query, OrganizerQuery_Tags) {
list-style-image: url("chrome://mozapps/skin/places/tagContainerIcon.png");
-moz-image-region: auto;
}