Bug 441476 - no icons in addressbook search results in Pinstripe, r=standard8

git-svn-id: svn://10.0.0.236/trunk@252668 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
philringnalda%gmail.com
2008-06-28 17:16:18 +00:00
parent 02afb576a0
commit 8d1ed9060c

View File

@@ -39,11 +39,10 @@
treechildren::-moz-tree-image(GeneratedName) {
margin-right: 2px;
list-style-image: url("chrome://messenger/skin/addressbook/icons/abcard.gif");
list-style-image: url("chrome://messenger/skin/addressbook/icons/abcard.png");
}
treechildren::-moz-tree-image(GeneratedName, MailList) {
margin-right: 2px;
list-style-image: url("chrome://messenger/skin/addressbook/icons/ablist.gif");
list-style-image: url("chrome://messenger/skin/addressbook/icons/ablist.png");
}