搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

How to change color of unread in message pane TB 115+

  • 6 个回答
  • 5 人有此问题
  • 1 次查看
  • 最后回复者为 david

more options

I want the unread messages in the list of messages pane to be "orange". I had the following in userChrome.css which worked prior to TB 115:

/* Messagepane text */ treechildren::-moz-tree-cell-text(new) {

      color: #34ebdc !important;
      font-weight: normal;

} treechildren::-moz-tree-cell-text(unread) {

      color: #34c6eb !important;
      font-weight: normal !important;

}

When I upgraded to TB 115 this no longer has any effect. How do I do this in TB 115+?

Thanks. mike

I want the unread messages in the list of messages pane to be "orange". I had the following in userChrome.css which worked prior to TB 115: /* Messagepane text */ treechildren::-moz-tree-cell-text(new) { color: #34ebdc !important; font-weight: normal; } treechildren::-moz-tree-cell-text(unread) { color: #34c6eb !important; font-weight: normal !important; } When I upgraded to TB 115 this no longer has any effect. How do I do this in TB 115+? Thanks. mike

所有回复 (6)

more options

There was much new code (part of the goal) in 115 that eliminated much of the CSS that many (including myself) have used through the years. Discovering replacement CSS with the new environment will be a matter of individual experimentation. SO, what that means is that some of the CSS tweaks that we have used may not be available in the near future, if at all. CSS is no specialty of mine so I also am waiting to see what new CSS becomes available.

more options

Isn't the new CSS documented somewhere ? When releasing a new software version, I would expect some kind of documentation... at least for developers.

more options

CSS modifications are unsupported and future code changes may cause them to not work. An example is that many CSS mods that worked in 102 do not work in 115. CSS mods are technically 'hacks' and documentation on these is found here on the forum by submitters.

more options

@mike645, See my answer on your other question: https://support.mozilla.org/en-US/questions/1418273#answer-1607035

Hope that helps!

more options

david said

CSS modifications are unsupported and future code changes may cause them to not work. An example is that many CSS mods that worked in 102 do not work in 115. CSS mods are technically 'hacks' and documentation on these is found here on the forum by submitters.

Ok, so is there any way to customize the display without using CSS mods in version 115 and above ? If so, is it documented somewhere ?

more options

To my knowledge, there are no official features for customizing view with color,