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

BackColor Question

2 Answers 128 Views
Notification
This is a migrated thread and some comments may be shown as answers.
Storm
Top achievements
Rank 1
Storm asked on 01 Apr 2012, 02:38 PM

How to set the backcolor ... it comes out white no matter what I try...

<telerik:RadNotification ID="NotifyNotClockedIn" runat="server" AutoCloseDelay="10000"
       VisibleTitlebar="false" Width="95%" Animation="Slide" EnableRoundedCorners="true" BackColor="Black"
       OnCallbackUpdate="NotifyNotClockedIn_Update" OnClientUpdated="OnClientUpdated"
       Height="225px" Position="TopCenter" EnableShadow="true" Title="Not Clocked In"
       AnimationDuration="5000">

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 02 Apr 2012, 08:41 AM
Hello,

Try the following CSS to set backcolor for Notification.
CSS:
<style type="text/css">
 .RadNotification_Default .rnContentWrapper
 {
    background-color:Red !important;
 }
</style>

Thanks,
Shinu.
0
Ken
Top achievements
Rank 1
answered on 02 Apr 2012, 07:09 PM
That worked great... thanks
Tags
Notification
Asked by
Storm
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Ken
Top achievements
Rank 1
Share this question
or