PDA

View Full Version : Change the Modal Color



khrysller
23 Aug 2007, 6:49 AM
I searched around the CSS file but didn

Animal
23 Aug 2007, 7:13 AM
You didn't search very hard.

Simply right clicking on the mask in Firefox with Firebug enabled allows you to examine the CSS rules applied to that element.

Add a style rule which overrides the class of the mask:



.x-dlg-mask {
background-color: pink!important
}

khrysller
23 Aug 2007, 7:24 AM
You didn't search very hard.

Simply right clicking on the mask in Firefox with Firebug enabled allows you to examine the CSS rules applied to that element.

Add a style rule which overrides the class of the mask:



.x-dlg-mask {
background-color: pink!important
}


Thanks for both tips.