See the enclosed screenshot with a theme with a black background. Perhaps the background should always be white by default?

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

EugenMayer’s picture

Category: bug » feature

This is desired.

If you want to change the background in the dialog, use some simple CSS for that. In the new version, there will be a hook, which will be called on "jquery_ui_dialog_add_child_js", so you can load that JS exactly to that time, when the dialog is shown.

Would that help you?

alberto56’s picture

I think CSS is a better route. Perhaps when someone gets some CSS code working for this purpose they can post it here so others can copy and paste. Thanks!

For now I'm just using administration theme as Garland with the option "use administration theme for node editing".

aaronl’s picture

I'm having the same problem, tried every possible css style and could not get it to apply! If anyone has a solid workaround for this, please let us know!

EugenMayer’s picture

Status: Active » Fixed

In the new release, you have the new hook_jquery_ui_dilaog_child_loading where you could load new CSS files to theme.

In addition the body of the child window has the id "jquery_ui_dialog"..that way you can apply backgrounds specificly to the child window

EugenMayer’s picture

Status: Fixed » Closed (fixed)