I can't get the subtheme to override ie.css. I uncommented "conditional-stylesheets[if IE][all][] = ie.css" in mytheme.info and cleared the cache, but it is still loading from zen. I also tried to load an additional ie stylesheet (conditional-stylesheets[if IE][all][] = ie-2.css) with my changes, but it would not load at all.

When the cache is cleared, all the stylesheets are appended with ?char, currently ?M. The ie.css stays at ?I which makes me think it is not being affected during the theme registry re-build.

Comments

ndwilliams3’s picture

Status: Active » Closed (fixed)

Stupid me? I had my subtheme set as default, but not enabled. As soon as I enabled it, the ie.css from my subtheme was loaded.