зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
3b6ae5a3bf
Коммит
140d962b7a
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче