Where is the css style sheet for Vaadin?

一笑奈何 提交于 2019-12-04 15:12:59

The default stylesheets are all packaged inside the Vaadin JAR, and are served from there.

If you need a custom theme, then you need to create the folder and theme file yourseld inside the WebContent/VAADIN/themes folder.

(Edit: corrected the path, it shouldn't be WEB-INF/VAADIN. WebContent/VAADIN/themes is the correct place for custom themes)

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!