Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

Userchome.css code to change the color of new messages to red "in the thread pane".

  • 2 відповіді
  • 5 мають цю проблему
  • 1 перегляд
  • Остання відповідь від Postscriptum

more options

Is it possible to change the colour of "new incoming messages" displayed in the threadpane? I can only find instrucutions on changing the colour for "unread messages" in the threadpane but not for "new incoming messages in the threadpane. Thanks.

Is it possible to change the colour of "new incoming messages" displayed in the threadpane? I can only find instrucutions on changing the colour for "unread messages" in the threadpane but not for "new incoming messages in the threadpane. Thanks.

Обране рішення

I think the following line should work:

treechildren::-moz-tree-cell-text(new) { color: #f33 !important }

You can of course adjust the color, and combine thew selector new with other selectors like unread and/or selected, but I don't think that's necessary for new mails.

Читати цю відповідь у контексті 👍 2

Усі відповіді (2)

more options

Вибране рішення

I think the following line should work:

treechildren::-moz-tree-cell-text(new) { color: #f33 !important }

You can of course adjust the color, and combine thew selector new with other selectors like unread and/or selected, but I don't think that's necessary for new mails.

more options

Bingo! Worked first time. Thank you.

Змінено Postscriptum