简体   繁体   中英

Can I add Twitter-Bootstrap styles only to original GWT components

I need to add Twitter's Bootstrap styles to existing GWT component...

I found more than one project but all of them creates new custom components for that purpose...

I need to stick with GWT standard components and have my app L&F looks like TBootstrap.

Thanks.

You will have a great job to do overriding GWT's default css. Your starting point may be the Developer's Guide - Client Bundle .

Some widget does not accept Bundles, so you may have too to override GWT css in the bootstrap html file.

I believe that you can hack the basic styles with jQuery or overriding CSS styles, but the responsiveness, topbar and other things, I believe thats is pretty impossible...

You can take a look at GWT-Bootstrap .

Hope it helps..

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM