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

title background

1 Answer 85 Views
Notification
This is a migrated thread and some comments may be shown as answers.
Kjell
Top achievements
Rank 1
Iron
Kjell asked on 29 Jan 2017, 02:18 PM

How do I change the background color of the title (), which is now green to blue?

And note that the title of the background color for MetroTouch skin has gone from blue to gray? Bug or changed?

Icon title = "warning," Is there a library? If, Where?

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 30 Jan 2017, 11:44 AM

Hi Kjell,

Here is an example CSS rule to change the titlebar background color:

div.RadNotification_MetroTouch .rnTitleBar
{
    background-color: #25a0da;
}

You can find a list with the built-in icons and how to use custom icons in the following article: http://docs.telerik.com/devtools/aspnet-ajax/controls/notification/functionality/embedded-icons.

Regards,

Marin Bratanov
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Notification
Asked by
Kjell
Top achievements
Rank 1
Iron
Answers by
Marin Bratanov
Telerik team
Share this question
or