Important Notice: We're experiencing email notification issues. If you've posted a question in the community forums recently, please check your profile manually for responses while we're working to fix this.

Cari Bantuan

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.

Pelajari Lebih Lanjut

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

  • 2 balas
  • 5 memiliki masalah ini
  • 10 kunjungan
  • Balasan terakhir oleh 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.

Solusi terpilih

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.

Baca jawaban ini dalam konteks 👍 2

Semua Balasan (2)

more options

Solusi Terpilih

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.

Diperbarui oleh Postscriptum pada