I install on site "bueditor" module and "painted" theme.
When I try to add picture to story or page using bueditor button,
it open window with transparent background. It is very uncomfortable.
I am not sure is this issue for "bueditor" or for "painted".
But can you advise me right way to make friends "bueditor" and "painted"? :)

CommentFileSizeAuthor
#2 be.jpg55.37 KBIvan Simonov

Comments

Anonymous’s picture

I never used the bueditor, could you provide a screenshot ?

Ivan Simonov’s picture

StatusFileSize
new55.37 KB

screenshot

Anonymous’s picture

Project: Painted Wall » BUEditor
Version: 6.x-2.0-beta3 » 6.x-2.x-dev

It is a little bit of both. "Painted" defines a style for table row, and Bueditor's css is not specific enough so it gets overridden.

Just add :

.editor-popup tr.body {
  background-color:#fff;
}

to the bottom of style.css
Make sure you refresh your theme if you changed the colors.

ufku’s picture

Status: Active » Fixed

2.x does implement bg color

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.