Where is the css style sheet for Vaadin?

谁都会走 提交于 2019-12-21 21:29:37

问题


I do not seem to have a Vaadin .css in my web-inf directory. Where ias it?


回答1:


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)



来源:https://stackoverflow.com/questions/5594747/where-is-the-css-style-sheet-for-vaadin

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