зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
56f38234a0
Коммит
15f22242c7
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче