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)?
Or am I offbase? I have searched but am unable to determine the answer.
Much obliged,
Joseph
Can I simply set a property similar to this (I have guessed that this might be the property in question)?
| .radwindow a.windowicon |
| { |
| display: block; |
| margin-right: 3px; |
| width: 20px !important; |
| height: 16px !important; |
| background-image: url(mynewicon.ico) !important; |
| } |
Or am I offbase? I have searched but am unable to determine the answer.
Much obliged,
Joseph