Fix style rules in the mail compose contacts sidebar to match the new theme.

This commit is contained in:
scott%scott-macgregor.org 2003-11-28 06:46:59 +00:00
Родитель 056d2e6e40
Коммит 1a83cc17e3
2 изменённых файлов: 36 добавлений и 4 удалений

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

@ -27,9 +27,6 @@
<?xml-stylesheet href="chrome://messenger/skin/addressbook/abContactsPanel.css" type="text/css"?>
<?xml-stylesheet href="chrome://messenger/skin/addressbook/addressPanes.css" type="text/css"?>
<?xml-stylesheet href="chrome://messenger/skin/addressbook/abResultsPane.css" type="text/css"?>
<?xul-overlay href="chrome://messenger/content/addressbook/abDirTreeOverlay.xul"?>
<!DOCTYPE page [

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

@ -51,4 +51,39 @@
background-color: transparent;
}
treechildren::-moz-tree-image(GeneratedName) {
margin-right: 2px;
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.png");
}
/* ::::: directory pane icons ::::: */
treechildren::-moz-tree-image(DirCol) {
margin-right: 2px;
list-style-image: url("chrome://messenger/skin/addressbook/icons/addrbook.png");
}
treechildren::-moz-tree-image(DirCol, IsMailList-true) {
list-style-image: url("chrome://messenger/skin/addressbook/icons/ablist.png");
}
treechildren::-moz-tree-image(DirCol, IsRemote-true) {
list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook.gif");
}
treechildren::-moz-tree-image(DirCol, IsRemote-true, IsSecure-true) {
list-style-image: url("chrome://messenger/skin/addressbook/icons/secure-remote-addrbook.gif");
}
#dirTree [sortDirection="ascending"] {
list-style-image: none;
}
#dirTree [sortDirection="descending"] {
list-style-image: none;
}