Revision control

Copy as Markdown

Other Tools

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/* ===== threadPane.css ==============================================
== Styles for the thread pane in the Messenger 3-pane window.
======================================================================= */
/* ::::: thread decoration ::::: */
treechildren::-moz-tree-cell-text(read) {
font-weight: normal;
}
treechildren::-moz-tree-cell-text(unread) {
font-weight: bold;
}
treechildren::-moz-tree-cell-text(imapdeleted) {
text-decoration: line-through;
}
/* on a collapsed thread, if the top level message is read, but the thread has
* unread children, underline the text. 4.x mac did this, very slick
*/
treechildren::-moz-tree-cell-text(container, closed, hasUnread, read) {
text-decoration: underline;
}
/* ::::: priority colors ::::: */
/****
**** Priority colors currently not being used at the moment. It has been
**** disabled so as to not conflict with the labels color feature.
****
treechildren::-moz-tree-cell-text(priorityCol, priority-highest) {
color: red;
}
treechildren::-moz-tree-cell-text(priorityCol, priority-high) {
color: rgb(128, 0, 0);
}
treechildren::-moz-tree-cell-text(priorityCol, priority-lowest) {
color: rgb(170, 170, 170);
}
treechildren::-moz-tree-cell-text(priorityCol, priority-low) {
color: rgb(85, 85, 85);
}
treechildren::-moz-tree-cell-text(priorityCol, selected) {
color: -moz-DialogText;
}
treechildren::-moz-tree-cell-text(priorityCol, selected, focus) {
color: HighlightText;
}
****/
/* ::::: message icons ::::: */
/* ::::: message column icons ::::: */
/* ..... thread column ..... */
.threadColumnHeader {
}
.threadColumnHeader[sortDirection="ascending"] {
}
.threadColumnHeader[sortDirection="descending"] {
}
treechildren::-moz-tree-image(threadCol, container) {
}
treechildren::-moz-tree-image(threadCol, container, hasUnread) {
}
/* ..... read column ..... */
.readColumnHeader {
list-style-image: url("chrome://messenger/skin/icons/readcol.png");
}
treechildren::-moz-tree-image(unreadButtonColHeader) {
list-style-image: url("chrome://messenger/skin/icons/dot.png");
}
treechildren::-moz-tree-image(unreadButtonColHeader, unread) {
list-style-image: url("chrome://messenger/skin/icons/readcol.png");
}
/* ..... attachment column ..... */
.attachmentColumnHeader {
}
treechildren::-moz-tree-image(attachmentCol, attach) {
}
treechildren::-moz-tree-image(attachmentCol, attach, focus, selected) {
}
/* ..... flag column ..... */
.flagColumnHeader {
list-style-image: url("chrome://messenger/skin/icons/flagcol.png");
}
treechildren::-moz-tree-image(flaggedCol) {
list-style-image: url("chrome://messenger/skin/icons/dot.png");
}
treechildren::-moz-tree-image(flaggedCol, flagged) {
list-style-image: url("chrome://messenger/skin/icons/flagcol.png");
}
/* ..... junkStatus column ..... */
.junkStatusHeader {
padding-top: 0px;
padding-bottom: 0px;
padding-inline-start: 0px;
padding-inline-end: 4px;
}
/* "unknown" now looks like "not junk". see bug #182386 */
treechildren::-moz-tree-image(junkStatusCol) {
list-style-image: url("chrome://messenger/skin/icons/dot.png");
padding-inline-start: 0px;
padding-inline-end: 4px;
}
treechildren::-moz-tree-image(junkStatusCol, junk) {
list-style-image: url("chrome://messenger/skin/icons/junkcol.png");
}
treechildren::-moz-tree-image(junkStatusCol, notjunk) {
list-style-image: url("chrome://messenger/skin/icons/dot.png");
padding-inline-start: 0px;
padding-inline-end: 4px;
}
/* ..... subject column, tab and menuitem icons ..... */
.icon-holder[type="message"],
treechildren::-moz-tree-image(subjectCol) {
}
treechildren::-moz-tree-image(subjectCol) {
margin-inline-end: 2px;
}
treechildren::-moz-tree-image(subjectCol, new) {
}
treechildren::-moz-tree-image(subjectCol, forwarded) {
}
treechildren::-moz-tree-image(subjectCol, replied) {
}
treechildren::-moz-tree-image(subjectCol, forwarded, replied) {
}
.icon-holder[type="message"][Attachment="true"],
tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, attach) {
}
tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, attach, forwarded) {
}
tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, attach, replied) {
}
tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, attach, forwarded, replied) {
}
.icon-holder[type="message"][IMAPDeleted="true"],
treechildren::-moz-tree-image(subjectCol, imapdeleted) {
}
.icon-holder[type="message"][Offline="true"],
treechildren::-moz-tree-image(subjectCol, offline) {
}
treechildren::-moz-tree-image(subjectCol, new, offline) {
}
treechildren::-moz-tree-image(subjectCol, forwarded, offline) {
}
treechildren::-moz-tree-image(subjectCol, offline, replied) {
}
treechildren::-moz-tree-image(subjectCol, forwarded, offline, replied) {
}
.icon-holder[type="message"][Attachment="true"][Offline="true"],
tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, attach, offline) {
}
tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, attach, forwarded, offline) {
}
tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, attach, offline, replied) {
}
tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, attach, forwarded, offline, replied) {
}
.icon-holder[type="message"][IMAPDeleted="true"][Offline="true"],
treechildren::-moz-tree-image(subjectCol, imapdeleted, offline) {
}
.icon-holder[type="message"][MessageType="rss"],
.icon-holder[type="message"][MessageType="nntp"],
treechildren::-moz-tree-image(subjectCol, rss),
treechildren::-moz-tree-image(subjectCol, news) {
}
treechildren::-moz-tree-image(subjectCol, rss, ignoreSubthread),
treechildren::-moz-tree-image(subjectCol, news, ignoreSubthread) {
}
.icon-holder[type="message"][MessageType="rss"][Attachment="true"],
.icon-holder[type="message"][MessageType="nntp"][Attachment="true"],
tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, rss, attach),
tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, news, attach) {
}
tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, rss, attach, ignoreSubthread),
tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, news, attach, ignoreSubthread) {
}
.icon-holder[type="message"][MessageType="rss"][Attachment="true"][Offline="true"],
.icon-holder[type="message"][MessageType="nntp"][Attachment="true"][Offline="true"],
tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, rss, attach, offline),
tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, news, attach, offline) {
}
tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, rss, attach, offline, ignoreSubthread),
tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, news, attach, offline, ignoreSubthread) {
}
treechildren::-moz-tree-image(subjectCol, rss, new),
treechildren::-moz-tree-image(subjectCol, news, new) {
}
tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, news, new, attach) {
}
tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, news, new, attach, offline) {
}
treechildren::-moz-tree-image(subjectCol, news, new, offline) {
}
.icon-holder[type="message"][MessageType="rss"][Offline="true"],
.icon-holder[type="message"][MessageType="nntp"][Offline="true"],
treechildren::-moz-tree-image(subjectCol, rss, offline),
treechildren::-moz-tree-image(subjectCol, news, offline) {
}
treechildren::-moz-tree-image(subjectCol, rss, offline, ignoreSubthread),
treechildren::-moz-tree-image(subjectCol, news, offline, ignoreSubthread) {
}
/* ..... new thread icons for watch and ignore ..... */
treechildren::-moz-tree-image(news, threadCol, watch) {
}
treechildren::-moz-tree-image(news, threadCol, ignore) {
}
treechildren::-moz-tree-image(news, threadCol, watch, offline) {
}
treechildren::-moz-tree-image(news, threadCol, ignore, offline) {
}
treechildren::-moz-tree-image(news, threadCol, container, hasUnread, watch) {
}
treechildren::-moz-tree-image(news, threadCol, container, hasUnread, ignore) {
}
treechildren::-moz-tree-image(news, threadCol, container, hasUnread, watch, offline) {
}
treechildren::-moz-tree-image(news, threadCol, container, hasUnread, ignore, offline) {
}
#sizeCol,
#unreadCol,
#totalCol {
text-align: right;
}