зеркало из https://github.com/mozilla/pjs.git
Bug 433179 - Tag container icon wrong when tag folder is empty, r=mano
This commit is contained in:
Родитель
2d46aa04ac
Коммит
864227e3f3
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче