|
|
|
@ -365,26 +365,40 @@ table.fixedcopy {
|
|
|
|
|
}
|
|
|
|
|
td.subject span.msgicon.status:before {
|
|
|
|
|
&:extend(.font-icon-class);
|
|
|
|
|
content: @fa-var-circle-o;
|
|
|
|
|
content: @fa-var-circle;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
font-size: 0.4em;
|
|
|
|
|
width: 3em;
|
|
|
|
|
}
|
|
|
|
|
tr.unread td.subject span.msgicon.status:before {
|
|
|
|
|
content: @fa-var-circle;
|
|
|
|
|
td.subject span.msgicon.status.unread:before {
|
|
|
|
|
content: @fa-var-star;
|
|
|
|
|
font-size: 1.2em;
|
|
|
|
|
width: 1em;
|
|
|
|
|
}
|
|
|
|
|
td.subject span.msgicon.unreadchildren:before {
|
|
|
|
|
content: @fa-var-dot-circle-o;
|
|
|
|
|
td.subject span.msgicon.status.unreadchildren:before {
|
|
|
|
|
content: @fa-var-star-half-o;
|
|
|
|
|
font-size: 1.2em;
|
|
|
|
|
width: 1em;
|
|
|
|
|
}
|
|
|
|
|
td.subject span.msgicon.status.replied:before {
|
|
|
|
|
content: @fa-var-mail-reply;
|
|
|
|
|
font-size: 1.2em;
|
|
|
|
|
width: 1em;
|
|
|
|
|
}
|
|
|
|
|
td.subject span.msgicon.status.forwarded:before {
|
|
|
|
|
content: @fa-var-mail-forward;
|
|
|
|
|
font-size: 1.2em;
|
|
|
|
|
width: 1em;
|
|
|
|
|
}
|
|
|
|
|
td.subject span.msgicon.status.replied.forwarded:before {
|
|
|
|
|
content: @fa-var-mail-forward; /* TODO */
|
|
|
|
|
font-size: 1.2em;
|
|
|
|
|
width: 1em;
|
|
|
|
|
}
|
|
|
|
|
tr.deleted td.subject span.msgicon.status:before {
|
|
|
|
|
content: @fa-var-ban;
|
|
|
|
|
font-size: 1.2em;
|
|
|
|
|
width: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
span.attachment span {
|
|
|
|
|