use the new remote ldap error icon

This commit is contained in:
scott%scott-macgregor.org 2004-12-06 08:34:36 +00:00
Родитель 6d257ef5e8
Коммит 5028d9f524
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -359,13 +359,13 @@ treechildren::-moz-tree-image(local-abook) {
}
treechildren::-moz-tree-image(remote-abook) {
margin: 2px -3px 2px 2px;
margin: 2px -1px 2px 4px;
list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook.png");
}
treechildren::-moz-tree-image(remote-err) {
margin: 2px -3px 2px 2px;
list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook-error.gif");
margin: 2px -1px 2px 4px;
list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook-error.png");
}
.identity-menulist {