The Sky page background gradient image appears inside the TinyMCE edit box (see file attachment). This occurs with Gagarin theme too, so maybe it's a problem with TinyMCE. Regardless, it will make edits of long text sections difficult.

CommentFileSizeAuthor
tinymce-bg.jpg9.83 KBpublicme

Comments

jacine’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

I can't imagine why my theme would affect TinyMCE, but I don't have it installed, and I'm sorry, but I don't plan on supporting it.

christefano’s picture

Version: 5.x-1.2 » 5.x-4.x-dev
Status: Closed (won't fix) » Fixed

publicme, just add this to one of your stylesheets (like style.css) and the background of the TinyMCE textarea will be changed to white:

body.mceContentBody
{
  background:#fff;
}
christefano’s picture

Version: 5.x-4.x-dev » 5.x-1.2
Category: bug » feature
Status: Fixed » Needs review

On second thought, can this be added in a future release?

christefano’s picture

Version: 5.x-1.2 » 5.x-4.x-dev

Sorry, the Firefox extension I use to save form widgets is going nuts.

jacine’s picture

Status: Needs review » Closed (fixed)

Thanks. I committed to 5 and 6 dev.