Posted by hribu on September 15, 2008 at 12:00am
| Project: | Image Assist |
| Version: | 6.x-2.0-alpha4 |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | honorfield |
| Status: | closed (duplicate) |
Issue Summary
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 |
Comments
#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,
#7
I have the same problem. I use the "Painted Wall" theme (http://drupal.org/project/painted).
I put the css code as suggested into the themes "style.css" file, and i also tried it in the image_assist_popup.css,
but with no success.
My page is already online, please feel free to log into the test user account and check it out.
http://www.theweirdmob.com.au
user: michael
password: 12345
I would be very grateful for any help with this problem, as it is the last think i need to fix before going public.
Regards,
honorfield
#8
I've similar issue probably to do with
background-imageusing http://drupal.org/project/pluralism- V
#9
Thanks for taking the time to report this issue.
However, marking as duplicate of #485532: PopWindows using background from theme. and #690372: Configurable top frame height. You can follow up on that issue to track its status instead. If any information from this issue is missing in the other issue, please make sure you provide it over there.