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.
Pop up date selector doesn't look like in the sampler
Hi!
I've just started using the PopupDateField component. However, to my disappointment it doesn't look like the date picker in the Vaadin sampler.
In the sampler it looks like this:
But when I add it it looks like this:
They have the same CSS classes attached to them when I focus them in FireBug.
Does anyone know how I get the PopupDateField to have the same look and feel as in the sampler?
I believe the sampler uses a theme based on Reindeer; either change your app to use the reindeer theme, or copy the css styles from it into your theme...
Cheers,
Charles.
Charles Anthony: I believe the sampler uses a theme based on Reindeer; either change your app to use the reindeer theme, or copy the css styles from it into your theme...
Thank you Charles! Then I'll see to it that we sample that styling into our common Theme then!
Thanks!
/Max