cancel
Showing results for 
Search instead for 
Did you mean: 

Overriding CSS styles in Wad 7

shlomi_weiss2
Participant
0 Kudos

Hi all,

I have a web report, created with BI7

And I would like to change its design with CSS styles.

I know that the basic styles are created and maintained in the portal but I want to override them in that specific report.

I've added a line to the header of the report

<style type="text/css" > .urSTTD{ background-color:#CED3D8; }</style>

In order to change the background of some cells.

I found out that the cells that I would like to change use the following class, urSTTD.

When I run the report with Mozilla and I look at the CSS of that specific cell,

I see that it took the local definition but it is marked with a cross line.

.urSTTD {

background-color:#CED3D8;

}

It seems that the portal doesn't allow to change the styles locally ???

Any ideas will be appreciated

Thanks

Shlomi

Edited by: Shlomi Weiss on Mar 8, 2010 10:06 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Shlomi -

Can you please share your solution for this issue? I am experiencing a similar issue where our users would like to see one of our BI reports in grey color (instead of the standard alternate style color delivered by the template). How can change the color of the cells in which the KPIs are populated to a non-white color? Thanks!