Change the title Icon in RadWindow

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;
}

Gopikrishna

    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment