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

Radalert

1 Answer 63 Views
Window
This is a migrated thread and some comments may be shown as answers.
Arun Raj
Top achievements
Rank 1
Arun Raj asked on 01 Sep 2010, 09:21 AM
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 ?

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 01 Sep 2010, 11:34 AM
Hello,


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.


-Shinu.
Tags
Window
Asked by
Arun Raj
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or