зеркало из https://github.com/mozilla/gecko-dev.git
fix for bug #182386. "unknown" junk state should look like "not junk"
to avoid confusion. r/sr=bienvenu
This commit is contained in:
Родитель
61c0e4ef39
Коммит
76da5dd7bb
|
@ -143,8 +143,11 @@ treecol.junkStatusHeader {
|
|||
list-style-image: url("chrome://messenger/skin/icons/message-junk-other.gif");
|
||||
}
|
||||
|
||||
/* "unknown" now looks like "not junk". see bug #182386 */
|
||||
treechildren:-moz-tree-image(junkStatusCol) {
|
||||
list-style-image: url("chrome://messenger/skin/icons/message-junk-unknown.gif");
|
||||
list-style-image: url("chrome://messenger/skin/icons/readmail.gif");
|
||||
padding-left: 0px;
|
||||
padding-right: 4px;
|
||||
}
|
||||
|
||||
treechildren:-moz-tree-image(junkStatusCol, junk) {
|
||||
|
|
|
@ -187,8 +187,11 @@ treecol.junkStatusHeader {
|
|||
list-style-image: url("chrome://messenger/skin/icons/message-junk-other.gif");
|
||||
}
|
||||
|
||||
/* "unknown" now looks like "not junk". see bug #182386 */
|
||||
treechildren:-moz-tree-image(junkStatusCol) {
|
||||
list-style-image: url("chrome://messenger/skin/icons/message-junk-unknown.gif");
|
||||
list-style-image: url("chrome://messenger/skin/icons/readcol-read.gif");
|
||||
padding-left: 0px;
|
||||
padding-right: 4px;
|
||||
}
|
||||
|
||||
treechildren:-moz-tree-image(junkStatusCol, junk) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче