You can add this custom code to your theme, to prohibit background image in text-editor:
body#tinymce.wp-autoresize
{
background: #ffffff none repeat scroll 0 0 !important;
}
To add the given Custom CSS please follow the given steps:
Go To TemplateToaster -> General -> Editors -> CSS -> Add the given custom CSS and save it.