Problem with Image assist and certain themes
hribu - September 15, 2008 - 00:00
| Project: | Image Assist |
| Version: | 6.x-2.0-alpha4 |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Using Image Assit with the Marinelli theme and got the problem that the background in th the Image Assist window is surround on the marinelli theme - i.e. dark blue. I can't therefore see the contents
see attached file
How is it best to override so I get a white background ?
Appreciated
| Attachment | Size |
|---|---|
| ImageAssist.jpg.JPG | 86.17 KB |

#1
You are sure this only happens in Marinelli? IA always loads its own stylesheet for the popup window, so either those stylesheets are missing or cannot be loaded for any reason, or Marinelli uses CSS selectors that override any other previous definition for the body.
#2
I found that adding body.img_assist { background-image: none; } to my style.css fixed this problem.
#3
Well. I'll mark this fixed for now. If we'll see more reports like this issue, we will implement a more important CSS selector.
--project followup subject--
Automatically closed -- issue fixed for two weeks with no activity.
#4
Automatically closed -- issue fixed for two weeks with no activity.
#5
I found this is happening as well, and I am using the Giordani version in Drupal 6.
Unfortunately, my skills are not good enough at this point to properly place body.img_assist { background-image: none; }
Can someone help me with this?
TIA.
#6
Hi,
I also had this issue with a theme but this comments suggestion fixed it,