Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Telerik
Build great .NET business apps
Net Web
Cross-Platform
Desktop
Reporting and Documents
Testing & Mocking
Debugging
Build JavaScript UI
Javascript
AI for Developers & IT
Ensure AI program success
AI Coding
Additional Tools
Enhance the developer and designer experience
UI/UX Tools
Free Tools
CMS
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,