Transparent background using bueditor
Ivan Simonov - September 15, 2009 - 18:57
| Project: | BUEditor |
| Version: | 6.x-2.x-dev |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
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"? :)

#1
I never used the bueditor, could you provide a screenshot ?
#2
screenshot
#3
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.
#4
2.x does implement bg color
#5
Automatically closed -- issue fixed for 2 weeks with no activity.