Strange render in chrome

Since yesterday i found a weird performance with the render in chrome browser.
It doesn’t recognize the valo theme.
My layout haven’t margin despite i configured with setMargin(true). The components seems plain and the font is the default’s chrome.

Surprinsing when i use the Safary browser it works fine.

What does it happen?
Is anyone who has happened the same?

It sounds like you might have to recompile the theme (and possibly the widgetset). Safari might still have it cached and thats why it works there. If it is a maven project run “mvn install” or “mvn vaadin:compile”. If it is an Ivy project in Eclipse choose compile theme (and widgetset if needed) from the Eclipse toolbar (the cogwheel button).