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!

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

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

  • 6 réponses
  • 5 ont ce problème
  • 1 vue
  • Dernière réponse par 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

Toutes les réponses (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,