开发者

Where is the css style sheet for Vaadin?

开发者 https://www.devze.com 2023-02-23 05:03 出处:网络
I do not seem to have a Vaadin .css in my web-inf directory. Where ias it开发者_运维知识库?The default stylesheets are all packaged inside the Vaadin JAR, and are served from there.

I do not seem to have a Vaadin .css in my web-inf directory. Where ias it开发者_运维知识库?


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)

0

精彩评论

暂无评论...
验证码 换一张
取 消