Hi!
First of all thanks for reading this post.
I got an issue with the background of the CKEditor, using the Kama skin.
I've tried to edit the editor.css file for hours and did not manage to get what I want.
If I show you the image, you might understand why.
http://imageshack.us/photo/my-images/807/cke.jpg/
The upper CKEditor is changed on the fly by pressing the Edit button below. This is done by one of your tutorials (http://nightly.ckeditor.com/7096/_sampl ... place.html). Works very well.
But now, it get's a nasty brown background, but I want to keep the same background as the editor below.
I mean the background behind the buttons. I could not find the correct part on the CSS. Found the wrapper, border and the buttons. But not the background behind the buttons. It looks like it's transparent, I really could not find it.
I tried everything, couldn't manage to get it fixed. I suppose it's a CSS problem.
Btw, the div box has a table in it with some tr classes, with some stylesheets.
The editor's div is on a tr with this type of CSS code:
tr.d1 td, tr.d1 th { background: #a1968d; padding: 5px 10px; }