Porting a minotaur fix back into mozilla mail.

Bug #200608 --> hide the sort indicator for the folder pane and the address book.

r/sr=sspitzer
This commit is contained in:
mscott%netscape.com 2003-04-05 04:06:21 +00:00
Родитель 56f38234a0
Коммит 15f22242c7
4 изменённых файлов: 28 добавлений и 0 удалений

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

@ -47,3 +47,10 @@ 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;
}

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

@ -170,3 +170,10 @@ treechildren:-moz-tree-image(syncCol, isServer-true) {
text-align: right;
}
#folderNameCol [sortDirection="ascending"] {
list-style-image: none;
}
#folderNameCol [sortDirection="descending"] {
list-style-image: none;
}

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

@ -61,3 +61,10 @@ treechildren:-moz-tree-image(DirCol, IsRemote-true, IsSecure-true) {
list-style-image: url("chrome://messenger/skin/addressbook/icons/secure-directory.gif");
}
#dirTree [sortDirection="ascending"] {
list-style-image: none;
}
#dirTree [sortDirection="descending"] {
list-style-image: none;
}

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

@ -182,3 +182,10 @@ treechildren:-moz-tree-image(syncCol, isServer-true) {
text-align: right;
}
#folderNameCol [sortDirection="ascending"] {
list-style-image: none;
}
#folderNameCol [sortDirection="descending"] {
list-style-image: none;
}