fix for #105835, move rules for empty tree twisties into tree.css, like in modern.

clean up and optimize the address book css. remove obsolete files
sr=hewitt, r/sr=bienvenu.
This commit is contained in:
sspitzer%netscape.com 2007-09-06 21:55:44 +00:00
Родитель 3b6ae5a3bf
Коммит 140d962b7a
1 изменённых файлов: 6 добавлений и 5 удалений

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

@ -18,7 +18,8 @@
* Rights Reserved.
*
* Contributor(s):
* Joe Hewitt (hewitt@netscape.com)
* Joe Hewitt <hewitt@netscape.com>
* Seth Spitzer <sspitzer@netscape.com>
*/
/* ===== addressPanes.css ================================================
@ -29,16 +30,16 @@
/* ::::: directory pane icons ::::: */
.abDirectory treeitem > treerow > treecell > .tree-cell-primary-icon {
.ab-directory-icon {
list-style-image: url("chrome://messenger/skin/addressbook/icons/myaddrbk.gif");
}
.abDirectory treeitem > treerow > treecell[IsMailList="true"] > .tree-cell-primary-icon {
.ab-directory-icon[IsMailList="true"] {
list-style-image: url("chrome://messenger/skin/addressbook/icons/list.gif");
}
/* ::::: result pane icons ::::: */
.abResults treeitem > treerow > treecell.cardicon {
.ab-results-icon {
list-style-image: url("chrome://messenger/skin/addressbook/icons/person.gif");
}
}