cancel
Showing results for 
Search instead for 
Did you mean: 

BackgroungDesign for Panel & Filterbar

0 Kudos

Hi Experts,

     By changing the Property backgroundDesign="Transparent" of Panel, the panel background is still same as default.

     How to Make in Transparent.

     Also How to change the background of FilterBar(Should look like SmartFilterBar)


Thank & Regards

Gururaj

Accepted Solutions (1)

Accepted Solutions (1)

saivellanki
Active Contributor
0 Kudos

Hi Guru,

Declare id for FilterBar as "oFilterBar" and add css to it like below -


#__xmlview0--oFilterBar{

  background-color:transparent ;

}

Check the sample here: JS Bin - Collaborative JavaScript Debugging

Regards,

Sai Vellanki.

former_member182862
Active Contributor

Answers (1)

Answers (1)

0 Kudos

Panel BackgroungDesign is working in v1.30...

is der anyway to change Filterbar Backgroung..