Attached a patch to admin/visual.css which fixes the 404 reference to bg_status, displayed only in the admin theme as the background to the status messages.

CommentFileSizeAuthor
visual.css-bg_status.patch.txt412 bytessillygwailo

Comments

wernst’s picture

Title: Reference to bg_status incorrect » Reference to bg_status incorrect - a kludgy fix

You can also simply copy the file "bg_status.png" from /images into /global/images, (which is where the theme is currently looking for the file).

I don't know if the error is that the theme is looking in the wrong place, or if the file wasn't placed in the correct folder by accident. The patch assumes the former. Copying the file assumes the latter.