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;