This is a migrated thread and some comments may be shown as answers.

Change overlay color

1 Answer 51 Views
Window
This is a migrated thread and some comments may be shown as answers.
keymmachine
Top achievements
Rank 1
keymmachine asked on 21 Sep 2010, 06:06 PM
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

1 Answer, 1 is accepted

Sort by
0
keymmachine
Top achievements
Rank 1
answered on 21 Sep 2010, 06:28 PM
Forget it, I figured it out.

<style type="text/css">
        .TelerikModalOverlay
        {
            background-color:#fff !important;
        }
    </style>
Tags
Window
Asked by
keymmachine
Top achievements
Rank 1
Answers by
keymmachine
Top achievements
Rank 1
Share this question
or