Dojo TabContainer not styling

痴心易碎 提交于 2019-12-02 05:18:06
Andrew

I believe the issue here is that, in order to use an existing dojo theme like claro, you need to add a class to the body tag <body class="claro">

@Andrew: This did the trick!! Confirmed with Dojo 1.9.2 (Tundra to be specific :) ).

You could use Chrome's Ctrl+Shift+I panel to browse the generated DOM of your page and find the tag you want to style. If you think there is JavaScript overriding your style, create a new Javascript to be executed after the others are executed, and use it to set the styles instead. As most design-oriented developers, I advise you use jQuery if you need to make use of dynamic styling extensively.

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