I want to change the background color of the modal overlay from the default gray color to something more consistent with other overlays I am using in my application. I see that there is access to the TelerikModalOverlay class, however, the div that this is part of has an inline style for the color. Is there any way to set the color?
The html for the overlay is below:
The html for the overlay is below:
<div class="TelerikModalOverlay" style="position: absolute; left: 0px; top: 0px; z-index: 7999; background-color: rgb(170, 170, 170); opacity: 0.5; width: 1904px; height: 825px;" unselectable="on"/> |