Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
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