make the virtual folder icon show up for VFs living under RSS accounts.

This commit is contained in:
scott%scott-macgregor.org 2004-11-19 18:42:35 +00:00
Родитель de5b0a6534
Коммит fede67cf07
2 изменённых файлов: 7 добавлений и 0 удалений

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

@ -45,6 +45,7 @@ treechildren::-moz-tree-image(folderNameCol, specialFolder-Trash) {
list-style-image: url("chrome://messenger/skin/icons/folder-trash.png");
}
/* ::::: Thread Pane icons :::::: */
treechildren::-moz-tree-image(subjectCol, rss) {

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

@ -45,6 +45,12 @@ treechildren::-moz-tree-image(folderNameCol, specialFolder-Trash) {
list-style-image: url("chrome://messenger/skin/icons/folder-trash.png");
}
/* ..... Saved Search Folder, Hack to force the saved search artwork to show up for virtual folders in RSS accounts ..... */
treechildren::-moz-tree-image(folderNameCol, specialFolder-Virtual) {
list-style-image: url("chrome://messenger/skin/icons/Search-bar.png");
}
/* ::::: Thread Pane icons :::::: */
treechildren::-moz-tree-image(subjectCol, rss) {