/* new icons for read mails */ /* Mail */ treechildren::-moz-tree-image(subjectCol, read) { list-style-image: url("message-mail-read.gif") ! important; } treechildren::-moz-tree-image(subjectCol, offline, read) { list-style-image: url("message-mail-offl-read.gif") ! important; } treechildren::-moz-tree-image(subjectCol, attach, read) { list-style-image: url("message-mail-attach-read.gif") ! important; } treechildren::-moz-tree-image(subjectCol, attach, offline, read) { list-style-image: url("message-mail-attach-offl-read.gif") ! important; } /* changes that news-icons don't changed */ treechildren::-moz-tree-image(news, subjectCol, read) { list-style-image: url("chrome://messenger/skin/icons/message-news.gif") ! important; } treechildren::-moz-tree-image(news, subjectCol, offline, read) { list-style-image: url("chrome://messenger/skin/icons/message-news-offl.gif") ! important; } treechildren::-moz-tree-image(news, subjectCol, attach, read) { list-style-image: url("chrome://messenger/skin/icons/message-news-attach.gif") ! important; } treechildren::-moz-tree-image(news, subjectCol, attach, offline, read) { list-style-image: url("chrome://messenger/skin/icons/message-news-attach-offl.gif") ! important; } /* You could only use "with read-state" _or_ "without read-state", because both describe the same icons */ /* new icons for replied und forwarded with read-state */ /* Mail */ treechildren::-moz-tree-image(subjectCol, read, replied) { list-style-image: url("message-mail-read-replied.gif") ! important; } treechildren::-moz-tree-image(subjectCol, read, forwarded) { list-style-image: url("message-mail-read-forwarded.gif") ! important; } treechildren::-moz-tree-image(subjectCol, read, replied, forwarded) { list-style-image: url("message-mail-read-re-fwd.gif"); } treechildren::-moz-tree-image(subjectCol, offline, read, replied) { list-style-image: url("message-mail-offl-read-replied.gif") ! important; } treechildren::-moz-tree-image(subjectCol, offline, read, forwarded) { list-style-image: url("message-mail-offl-read-forwarded.gif") ! important; } treechildren::-moz-tree-image(subjectCol, offline, read, replied, forwarded) { list-style-image: url("message-mail-offl-read-re-fwd.gif") ! important; } treechildren::-moz-tree-image(subjectCol, attach, read, replied) { list-style-image: url("message-mail-attach-read-replied.gif") ! important; } treechildren::-moz-tree-image(subjectCol, attach, read, forwarded) { list-style-image: url("message-mail-attach-read-forwarded.gif") ! important; } treechildren::-moz-tree-image(subjectCol, attach, read, replied, forwarded) { list-style-image: url("message-mail-attach-read-re-fwd.gif") ! important; } treechildren::-moz-tree-image(subjectCol, attach, offline, read, replied) { list-style-image: url("message-mail-attach-offl-read-replied.gif") ! important; } treechildren::-moz-tree-image(subjectCol, attach, offline, read, forwarded) { list-style-image: url("message-mail-attach-offl-read-forwarded.gif") ! important; } treechildren::-moz-tree-image(subjectCol, attach, offline, read, replied, forwarded) { list-style-image: url("message-mail-attach-offl-read-re-fwd.gif") ! important; } /* new icons for replied und forwarded without read-state */ /* Mail */ treechildren::-moz-tree-image(subjectCol, replied) { list-style-image: url("message-mail-replied.gif") ! important; } treechildren::-moz-tree-image(subjectCol, forwarded) { list-style-image: url("message-mail-forwarded.gif") ! important; } treechildren::-moz-tree-image(subjectCol, replied, forwarded) { list-style-image: url("message-mail-re-fwd.gif") ! important; } treechildren::-moz-tree-image(subjectCol, offline, replied) { list-style-image: url("message-mail-offl-replied.gif") ! important; } treechildren::-moz-tree-image(subjectCol, offline, forwarded) { list-style-image: url("message-mail-offl-forwarded.gif") ! important; } treechildren::-moz-tree-image(subjectCol, offline, replied, forwarded) { list-style-image: url("message-mail-offl-re-fwd.gif") ! important; } treechildren::-moz-tree-image(subjectCol, attach, replied) { list-style-image: url("message-mail-attach-replied.gif") ! important; } treechildren::-moz-tree-image(subjectCol, attach, forwarded) { list-style-image: url("message-mail-attach-forwarded.gif") ! important; } treechildren::-moz-tree-image(subjectCol, attach, replied, forwarded) { list-style-image: url("message-mail-attach-re-fwd.gif") ! important; } treechildren::-moz-tree-image(subjectCol, attach, offline, replied) { list-style-image: url("message-mail-attach-offl-replied.gif") ! important; } treechildren::-moz-tree-image(subjectCol, attach, offline, forwarded) { list-style-image: url("message-mail-attach-offl-forwarded.gif") ! important; } treechildren::-moz-tree-image(subjectCol, attach, offline, replied, forwarded) { list-style-image: url("message-mail-attach-offl-re-fwd.gif") ! important; } /* changes that news-icons don't changed */ treechildren::-moz-tree-image(news, subjectCol, replied) { list-style-image: url("chrome://messenger/skin/icons/message-news.gif") ! important; } treechildren::-moz-tree-image(news, subjectCol, forwarded) { list-style-image: url("chrome://messenger/skin/icons/message-news.gif") ! important; } treechildren::-moz-tree-image(news, subjectCol, offline, replied) { list-style-image: url("chrome://messenger/skin/icons/message-news-offl.gif") ! important; } treechildren::-moz-tree-image(news, subjectCol, offline, forwarded) { list-style-image: url("chrome://messenger/skin/icons/message-news-offl.gif") ! important; }