(excuse my english)
I created a custom html5 theme and made some change in grids.
It worked fine in the alpha 3 version.
But in the rc2 version, the alpha default css are imported after my custom css, so I can't apply my custom grid anymore.
I need help...

@import url("http://mysite.com/sites/default/themes/mycustomtheme/css/mycustomtheme-alpha-default.css?lp18wh"); @import url("http://mysite.com/sites/default/themes/mycustomtheme/css/mycustomtheme-alpha-default-wide.css?lp18wh"); @import url("http://mysite.com/sites/all/themes/omega/alpha/css/grid/alpha_default/wide/alpha-default-wide-12.css?lp18wh");

@import url("http://mysite.com/sites/default/themes/mycustomtheme/css/mycustomtheme-alpha-default.css?lp18wh"); @import url("http://mysite.com/sites/default/themes/mycustomtheme/css/mycustomtheme-alpha-default-narrow.css?lp18wh"); @import url("http://mysite.com/sites/all/themes/omega/alpha/css/grid/alpha_default/narrow/alpha-default-narrow-12.css?lp18wh");@import url("http://mysite.com/sites/default/themes/mycustomtheme/css/mycustomtheme-alpha-default.css?lp18wh"); @import url("http://mysite.com/sites/default/themes/mycustomtheme/css/mycustomtheme-alpha-default-normal.css?lp18wh"); @import url("http://mysite.com/sites/all/themes/omega/alpha/css/grid/alpha_default/normal/alpha-default-normal-12.css?lp18wh");@import url("http://mysite.com/sites/default/themes/mycustomtheme/css/mycustomtheme-alpha-default.css?lp18wh"); @import url("http://mysite.com/sites/default/themes/mycustomtheme/css/mycustomtheme-alpha-default-wide.css?lp18wh"); @import url("http://mysite.com/sites/all/themes/omega/alpha/css/grid/alpha_default/wide/alpha-default-wide-12.css?lp18wh");

Thanks for help

Comments

fubhy’s picture

So you added a custom grid via your custom CSS? That's the wrong approach! Read this for how to create custom grids: http://groups.drupal.org/node/164684

christine2actes’s picture

Thanks a lot

thoth’s picture

I'm running into the same problem here, but I'm not trying to define a grid. I merely want to override some of the css values being declared by omega, however, omega is declaring it's css after the css I defined in the .info file:

stylesheets[all][] = 'css/mystyle.css'

Which does not make any sense. Shouldn't the subtheme css files come after the parent theme's? How else are you to 'cascade'?

BiigNiick’s picture

did you put your override css in the global.css file in your subtheme? what starterkit are you using? are you still using 7.x-3.0-rc2? (try 3.1) i have a few sites on omega3 and the overrides seemed to work as intended as far as i can tell.