There's a small bug related to conditional stylesheets in version 7.x-1.0. The stylesheet appears at the top of the theme stylesheets group instead of at the bottom, so the conditional styles are overridden by theme styles. The bug is at line 54 in template.php. In the options array, 'weight' should be changed to 'group'. Here's a patch that makes the change.
| Comment | File | Size | Author |
|---|---|---|---|
| at-conditional-styles.patch | 644 bytes | peacog |
Comments
Comment #1
Jeff Burnz commentedGood catch.
Comment #2
Jeff Burnz commentedOK, this should be fixed in head, I am working on a new version now and should be released around the end of the week.
Comment #4
Anonymous (not verified) commentedThis is strange for me.
I wanted to override a filter setting for a gradient background because it didn't work in IE9.
I have a
gte-ie-9.cssstyle sheet, which DOES get included right before the closing tag, which is to say AFTER my regular style sheets. So it behaves like it should.However, IE9 shows the
gte-ie-9.cssas being overriden by thecustom.cssstyle sheets.Does that make any sense? What am I missing?
Comment #5
Jeff Burnz commentedProbably the specificity of your selector. Please open new issues, this is really old issue and not related to your problem.