Is there a way to simply change the "Modal" style without having to create a whole new theme? I really dont want the checkerboard but rather a 50% Opacity on Black.
Thanks in advance
1 Answer, 1 is accepted
0
Martin
Telerik team
answered on 21 Apr 2008, 07:31 AM
Hi Chase Florell,
I'm not sure I understand what you mean by "I really dont want the checkerboard but rather a 50% Opacity on Black". Do you mean the semi-transparent background of modal windows? If this is what you mean, you may play with the .TelerikModalOverlay CSS class - you may set a background color, and also change the opacity rate of it, by using filter (for IE), opacity (for FireFox 2x, Opera 9x and Safari) and -moz-opacity (for older versions of Mozilla FireFox).
If you experience difficulties, please, send me a small running project along with instructions of the result you want to achieve.