Hi every one
I have successfull added custom tool buttons in MOSS RadEdior and can easily change the image icons by using the following css.
.rade_toolbar.Default .Custom1
{
background-image: url(http://www.xyx.com/images/xyz..gif);
}
i want to change the icon for Document Manager tool button to a PDF icon and i tired the following css
.rade_toolbar.Default .ImageManager
{
background-image: url(http://www.xyx.com/images/xyz..gif);
}
but this does not work. Is it possible to change the standard tools icons?
Kind Regards
Sohail
I have successfull added custom tool buttons in MOSS RadEdior and can easily change the image icons by using the following css.
.rade_toolbar.Default .Custom1
{
background-image: url(http://www.xyx.com/images/xyz..gif);
}
i want to change the icon for Document Manager tool button to a PDF icon and i tired the following css
.rade_toolbar.Default .ImageManager
{
background-image: url(http://www.xyx.com/images/xyz..gif);
}
but this does not work. Is it possible to change the standard tools icons?
Kind Regards
Sohail