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

Setting a custom radconfirm icon

1 Answer 114 Views
Window
This is a migrated thread and some comments may be shown as answers.
Joseph
Top achievements
Rank 1
Joseph asked on 01 Dec 2008, 09:00 PM
I'm having trouble figuring out how to create a custom icon for a radconfirm dialog.  I'm sure this is done in a CSS file somewhere, but cannot seem to find an example.

Can I simply set a property similar to this (I have guessed that this might be the property in question)?

.radwindow a.windowicon
{  
    displayblock;   
    margin-right3px;    
    width20px !important;  
    height16px !important;  
    background-imageurl(mynewicon.ico) !important;  

Or am I offbase?  I have searched but am unable to determine the answer.

Much obliged,
Joseph

1 Answer, 1 is accepted

Sort by
0
Joseph
Top achievements
Rank 1
answered on 01 Dec 2008, 09:01 PM
Nevermind, I have answered my own question.  I had guessed that it might be the right code without even trying it.

Yes that is the right code and it successfully changed the icon for me.  FYI for future users who do a search looking for the answer.

Much obliged,
Joseph
Tags
Window
Asked by
Joseph
Top achievements
Rank 1
Answers by
Joseph
Top achievements
Rank 1
Share this question
or