-
keymmachine
15
posts
Member since:
May 2010
Posted 21 Sep 2010
Link to this post
Is there a simple way to change the overlay color on a RadWindow? I tried changing the "BackColor" property but it doesn't apply to the overlay apparently.
Andrew
-
-
keymmachine
15
posts
Member since:
May 2010
Posted 21 Sep 2010
Link to this post
Forget it, I figured it out.
<style type="text/css">
.TelerikModalOverlay
{
background-color:#fff !important;
}
</style>
-