Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Unread Grouped emails in bold colour

  • 1 reply
  • 1 has this problem
  • 15 views
  • Last reply by sfhowes

more options

Currently when there is one unread email in a grouped email series, the title is only underlined, but not in bold.

But if it is an ungrouped email, and it is unread, it is displayed as bold font.

Please make grouped unread emails bold font. even if only 1 grouped email is unread and the rest is read.

This way I don't accidentally skip these emails because they are too light in colour.

Currently when there is one unread email in a grouped email series, the title is only underlined, but not in bold. But if it is an ungrouped email, and it is unread, it is displayed as bold font. Please make grouped unread emails bold font. even if only 1 grouped email is unread and the rest is read. This way I don't accidentally skip these emails because they are too light in colour.
Attached screenshots

All Replies (1)

more options

This can be done with a userChrome.css file. References:

http://forums.mozillazine.org/viewtopic.php?f=28&t=345979

https://support.mozilla.org/en-US/questions/1265223

  treechildren::-moz-tree-cell-text(container, closed, hasUnread, read) {
    text-decoration: none !important;
    font-weight:  bold !important;
    color: #000000 !important;
  }
  treechildren::-moz-tree-cell-text(container, closed, hasUnread, read, focus, selected),
  treechildren::-moz-tree-cell-text(container, hasUnread, read, focus, selected) {
    color: HighlightText !important;
  }

Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Config. editor.