Customize Panel - Integrate CSS

Hi,

I want to customize a panel within a layout, similarly to your showcase (the panel on the top).

For that purpose, I created a panel and set the styleName. But how can I customize the style now? I do not want to create an entirely new theme. Just want to override some styles. How can I integrate a css file?

Regards,

Tex

Greetings Tex,

You do not have to create a new theme from scratch. If you add a theme (at least in Eclipse)
it will create a empty css file with only:

@import url(…/reindeer/styles.css);

You then can overwrite or add any styles you want to modify or change.
if you really do not want to create a new theme you also might find the answer here:

CSSInject

hope this info helps

Great, thanks!

Tex