/* new icons for read mails */ /* new icons for replied und forwarded for News */ treechildren::-moz-tree-image(news, subjectCol, replied) { list-style-image: url("message-newsl-replied.gif") ! important; } treechildren::-moz-tree-image(news, subjectCol, forwarded) { list-style-image: url("message-news-forwarded.gif") ! important; } treechildren::-moz-tree-image(news, subjectCol, replied, forwarded) { list-style-image: url("message-news-re-fwd.gif") ! important; } treechildren::-moz-tree-image(news, subjectCol, offline, replied) { list-style-image: url("message-news-offl-replied.gif"); ! important; } treechildren::-moz-tree-image(news, subjectCol, offline, forwarded) { list-style-image: url("message-news-offl-forwarded.gif") ! important; } treechildren::-moz-tree-image(news, subjectCol, offline, replied, forwarded) { list-style-image: url("message-news-offl-re-fwd.gif") ! important; } treechildren::-moz-tree-image(news, subjectCol, attach, replied) { list-style-image: url("message-news-attach-replied.gif") ! important; } treechildren::-moz-tree-image(news, subjectCol, attach, forwarded) { list-style-image: url("message-news-attach-forwarded.gif") ! important; } treechildren::-moz-tree-image(news, subjectCol, attach, replied, forwarded) { list-style-image: url("message-news-attach-re-fwd.gif") ! important; } treechildren::-moz-tree-image(news, subjectCol, attach, offline, replied) { list-style-image: url("message-news-attach-offl-replied.gif") ! important; } treechildren::-moz-tree-image(news, subjectCol, attach, offline, forwarded) { list-style-image: url("message-news-attach-offl-forwarded.gif") ! important; } treechildren::-moz-tree-image(news, subjectCol, attach, offline, replied, forwarded) { list-style-image: url("message-news-attach-offl-re-fwd.gif") ! important; }