cancel
Showing results for 
Search instead for 
Did you mean: 

Change background color of column header of Crosstab

Former Member
0 Kudos

Hi,

I checked few posts online on Formatting Cross Tab.

Once such post is below.

http://www.clariba.com/blog/designstudiocrosstabcomponent

What I noticed is I am not able to just change the background color of the column header.

This is my css script.

***************

.tab1 .sapzencrosstab-ColumnHeaderArea,

.tab1 .sapzencrosstab-HeaderCellAlternating,

.tab1 .sapzencrosstab-DimensionHeaderArea,

.tab1 .sapzencrosstab-HeaderCellDefault{

color: white; background-image: none !important; background-color: #F37121 !important;

}

.tab1 .sapzencrosstab-HeaderCellDefault {

background-color: #F37121 !important;

}

.tab1 .sapzencrosstab-DataCellAlternating,

.tab1 .sapzencrosstab-HeaderCellAlternating {

background-color: #ffffff!important;

}

**************

But it changes the color of Row header too which I dont want. Is this normal or am not using the right class which affects only the top header..

Any ideas?

Thanks

Arun

Accepted Solutions (1)

Accepted Solutions (1)

TammyPowlas
Active Contributor
0 Kudos

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Prakash,

I know this thread is different and closed already.But i have a similar error like you while accessing universe in Design studio. Could you please elaborate the solution little more with some screen shots? It would be very helpful for us.

we are in Design studio 1.6 SP3 and BIP 4.2 SP3

rgds,

Aby

Former Member
0 Kudos

Hi Tammy,

Thanks for the links.

I figured it out. It is to do with the sequence of lines of code. Line 2 overrides Line 1. When I rearranged the code it worked.

Somehow my google search didn't pick up your links. But I will use it in future.

Thanks Again.

Prakash