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.

TUTORIALVaadin lets you build secure, UX-first PWAs entirely in Java.
Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Calling javascript synchronously by Enver Haase, 2 weeks ago
custom style not working
Hi, I have a problem with my style in a custom theme.
The import is set
@import url(../reindeer/styles.css);
but no matter what style I set, nothing happens. The theme is set also
setTheme("mytheme");
e.g.
.v-table-header-cell {
text-align: center;
}
and it's not working... any ides? Thanks.
Last updated on
Hi,
The first thing that springs to mind:
Are you sure your css is getting loaded? You can check this for instance by opening the Net/CSS section in Firebug and looking for your css - if the row is red, that's your problem.
Best Regards,
Marc
Last updated on
You cannot reply to this thread.