Website Background applied to CKEditor
Hi,
I have an background image set on the body tag in the css of my website.
This image is also appearing in the CKEditor window when i type any text into the cms.
Is there any css i can change so the body background doesn't show in the CKEditor window.
Configurable.css
body {
background: #000 no-repeat top;
font: 11px Arial, Helvetica, sans-serif;
color: #555;
margin: 0;
padding: 0;
}
html, body {
height: 100%;
background-image: url(../../../../imagesadmin/backgrounds/background.png);
}