Colour Of Unread Mail

I have changed the notes.css file in the folder C:\Program Files\lotus\notes\framework\shared\eclipse\plugins\com.ibm.notes.branding.version_8.0.2.20080809-0430\themes to read

/* this sets the style for messages that have been marked as “unread” */

mailtable>row>unread {

color: red;

font-family: Tahoma, Times, Helvetica;

font-size: x-small;

font-style: normal;

font-weight: bold;

But notes still shows unread mail as Black bold. do I need to do anything else?

Subject: Colour Of Unread Mail

Hi,

i’m using Lotus Notes 8.5, but i can’t find the notes.css under: Lotus\notes\framework\shared\eclipse\plugins\com.ibm.notes.branding.version_8.5.0.20081211-1925\

So where can i find the notes.css under LN 8.5 or is there another way to change Colour Of Unread Mail with LN 8.5?

rgs Jens

Subject: Colour Of Unread Mail

Hi,

sorry i found the com.ibm.notes.branding_8.5.0.20081211-1925.jar

  • stopped the NotesClient

  • edit the Notes.CSS (* - This sets the style for messages that have been marked “unread”

    */ mailtable>row>unread {
    

color: black;)

  • delete the platform.xml under <Notes_data>\workspace.config\org.eclipse.update\

  • restarted the Notes client, but the unread mails still in black.

Where could be the problem.

I’m using LN 8.5 (Eclipse).

rgs Jens

Subject: Unread emails are red even though notes.css says black

I followed the procedure with the jar file and went into notes.css and “unread” was already listed as black and bold. How do I change it from red? I suspect this has to do with upgrading from Notes 6.5. Thanks for any help.

Subject: Try this out …

Lotus Software Knowledge Base Document

Title: How to modify font and color properties of unread/read documents in Notes 8.0.x
Doc #: 1273378
URL: http://www.ibm.com/support/docview.wss?rs=899&uid=swg21273378

Subject: Colour of Unrear Mail

Great!! It works. Thanks.