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

Notification TitleBar back color

1 Answer 119 Views
Notification
This is a migrated thread and some comments may be shown as answers.
Venkata
Top achievements
Rank 1
Venkata asked on 28 Apr 2014, 08:16 PM
Hello,
I want to change the back color Notification TitleBar.
How can i apply my own color for TitleBar?

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 29 Apr 2014, 05:17 AM
Hi Venkata,

Please try the following CSS which works fine at my end.

CSS:
    .RadNotification_Default .rnTitleBar
    {
        background-image: none !important;
        background-color: red !important;
    }
</style>

Thanks,
Shinu.
Tags
Notification
Asked by
Venkata
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or