Small color fixes on messages list

pull/5742/merge
Aleksander Machniak 7 years ago
parent 7d76dd9400
commit 216e9fb5ae

@ -402,6 +402,11 @@ table.fixedcopy {
position: relative; /* for span.date positioning in Firefox */
background-clip: padding-box; /* fixes Firefox bug: https://bugzilla.mozilla.org/show_bug.cgi?id=688556 */
a {
text-decoration: none;
cursor: default;
}
span {
line-height: 2em;
@ -449,12 +454,15 @@ table.fixedcopy {
}
}
tr.flagged td,
tr.flagged td.subject span.subject a,
tr.flagged td.subject span.date,
tr.flagged td.subject span.fromto {
color: @color-list-flagged;
}
tr.deleted td,
tr.deleted td.subject span.subject a,
tr.deleted td.subject span.date,
tr.deleted td.subject span.fromto {
color: @color-list-deleted;

Loading…
Cancel
Save