Change style of annotations in 10.2

Post Reply
EP_explorer
Regular Participant
Posts: 221
Joined: Sat Dec 04, 2010 2:35 pm
OLAP Product: PAL
Version: 2.0.9
Excel Version: 2016

Change style of annotations in 10.2

Post by EP_explorer »

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)

Code: Select all

.cell_annotation
{
	background-image:url(../images/cell_comment.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
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
Post Reply