To change the title icon in RadWindow title bar through out the application, just add the below CSS in master page of your project or any CSS file which will be available for all the pages.
.RadWindow_Default a.rwIcon
, .RadWindow_<your skin name> a.rwIcon
{
background: url('../Images/default/favicon.ico') !important;
}
.RadWindow_Default a.rwIcon
, .RadWindow_<your skin name> a.rwIcon
{
background: url('../Images/default/favicon.ico') !important;
}
0 comments:
Post a Comment