Amazon.css loads after the theme's style.css. So I cannot override the css properly, because a next amazon.module update will override my changes again.

CommentFileSizeAuthor
#1 css_load_order.png55.82 KBrfay

Comments

rfay’s picture

Status: Active » Postponed (maintainer needs more info)
StatusFileSize
new55.82 KB

That's not what I see happening, nor is it normal Drupal behavior. The theme gets last crack at it.

However, I have seen things done in the theme's template.php which override this behavior and reorder the css. You might see if that's the case.

Please try switching to another theme and looking at the load order with firebug. I think you'll find what I have here (using garland) where the theme's style.css loads after all the module's css files:

Please report back with how you solve this.

Thanks,
-Randy

Anonymous’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Well thanks for figuring this out, I checked again today and it's alright. I'll mark this as closed, I think it was indeed a template.php glitch.