Error with replacing Styles

Hi there guys,

I have restarted using ITMill these last days, and when I tried to set a theme for my application, all the default theme developed by you went away. Is this alright?

I’ve downloaded the nightly build version 5.2.1_trunk_20080630.

thanks again.

Hi,

Make sure that you have imported the default theme to your own theme’s styles.css file.

Put this at the beginning of your file:

@import "../default/styles.css";

// Jonas