Change style of annotations in 10.2
Posted: Mon Mar 16, 2015 3:19 pm
I use 10.1.1 and change style of showing annotations in TM1Web using file TM1CubeViewer.css
Default Code for annotations in TM1CubeViewer.css (I put another colour for cells with annotations)
I tried to do the same thing in 10.2 - I found TM1CubeViewer.css but there wasn't the same code for .cell_annotation
May be somebody knows how and where I can change style (colour) for cells with annotations in 10.2
Default Code for annotations in TM1CubeViewer.css (I put another colour for cells with annotations)
Code: Select all
.cell_annotation
{
background-image:url(../images/cell_comment.gif);
background-repeat: no-repeat;
background-position: right top;
}
May be somebody knows how and where I can change style (colour) for cells with annotations in 10.2