Hi,Could you please give me hint, where I can change grey font of already readed messages in inbox? i am talking about iNotes 8.5 design and I would like to customise it to black colour…
Subject: Change the style
Use a DOM inspector to find out which class is being used for that font. Then change the class in the stylesheet. The stylesheets are in the Forms85 file in the Resources - Files section. I would look at the h_StylesheetView first.
Stylesheets are in skin groups like this:
h_ShimmerSkin-xxx (IE),
h_ShimmerSkin_Gecko-xxx (Mozilla),
h_ShimmerSkin_Safari-xxx (Safari)
You’ll want to change it in all three places.
For more information about Customization of iNotes, check the iNotes Customization section of the Lotus Notes and Domino wiki:
Subject: iNotes 8.5 inbox font
I’m getting many complaints from users on the gray font used under the full mode 8.5 iNotes. I’m new to this but I believe I am close to where I need to change it to black, but I’d like another opinion. In the h_ShimmerSkin-h_StyleSheetView, I’ve found this code that I believe is causing the gray font. What should I change ??
Any help is appreciated.
A.vl-row, .vl-row {font-size:<dwa:string id=“D_XX_SMALL_IE” quotes=“none”/>;font-family:verdana, helvetica, arial, sans-serif;border-bottom:1px solid #efefef;}
A.vl-cell, .vl-cell {cursor:default;vertical-align:top;height:100%;display:table-cell;text-overflow:clip;overflow:hidden;padding:2px 0px 3px;}
A.vl-cell-xx, .vl-cell-xx {cursor:default;vertical-align:top;height:100%;display:table-cell;text-overflow:clip;overflow:hidden;}
A.vl-cell-gray, .vl-cell-gray,
A.vl-cell-xx-gray, .vl-cell-xx-gray,
A.vl-ml-cell-gray, .vl-ml-cell-gray,
A.vl-ml-cell-xx-gray, .vl-ml-cell-xx-gray {background-color:#efefef;}
.vl-row-even{
background-color:#ffffff;
}
.vl-row-odd{
background-color:#f6f6f0;
}
.vl-font-b{
font-weight:bold;
color:#000000;
}
.vl-font-r{
font-weight:normal;
color:#ff0000;
}
.vl-font-n{
font-weight:normal;
color:#000000;
}
.vl-font-c{
font-weight:bold;
color:#0000ff;
Subject: Wiki and RedPaper
Here is a link to the iNotes Wiki. There is also a link to the customization Redpaper there.