Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
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?
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,