In Rad Editor 2008.3.1314.35.
It appears that Icon Possitions in the Editor style sheet for the Save and Cancel Buttons are incorrect.
The Save button is rendering as a tiny arrow and the Cancel Button is rendering as a Envelope with a Lock over it.
..\RadControls for ASPNET AJAX Q3 2008\Skins\editor.css
Contains
These position appear to be the Icon locations in the previous version of the Style Sheet.
How should I edit the editor.css to reflect the correct locations?
It appears that Icon Possitions in the Editor style sheet for the Save and Cancel Buttons are incorrect.
The Save button is rendering as a tiny arrow and the Cancel Button is rendering as a Envelope with a Lock over it.
..\RadControls for ASPNET AJAX Q3 2008\Skins\editor.css
Contains
.Cancel
{
background-position: -1687px center;
}
.FileSave,
.FileSaveAs,
.Save,
.SaveLocal
{
background-position: -1407px center;
}
These position appear to be the Icon locations in the previous version of the Style Sheet.
How should I edit the editor.css to reflect the correct locations?