When the theme is selected as black ....The message in the radalert is not visible since the forecolor of the Radalert also turns black.How to fix this ?
Is the issue happening browser specific. I have not experienced this issue, but could you try adding following style on page and see whether it resolves.
style:
<style type="text/css">
.RadWindow .rwDialogText
{
color: White !important;
}
</style>
Also check whether you have any style set which is overriding the default alert style.