question about css files for smartgwt project

2019-03-02 05:28发布

I have what should be a simple problem, but so far I'm unable to come up with an answer. I would be very grateful if someone can humor me and just tell me where in the smartgwt jar I can find the stylesheets for changing the default look and feel of a smartgwt project.

I know how to inherit the supplied themes such as com.smartclient.theme.simplicity.Simplicity but what I really need is to be able to modify simple things like global font size, style, color etc.

Please help...

1条回答
beautiful°
2楼-- · 2019-03-02 06:15

Its located in war/[projectname]/skins/[skinName]/skin_styles.css in your apps war folder.

EDIT In the Jar, its in

com/smartclient/theme/[themeName]/public/sc/skins/[themeName]
查看更多
登录 后发表回答