changing my jquery mobile theme changes my css styling

前端 未结 2 864
余生分开走
余生分开走 2021-01-15 09:00

I have a collapsible set that I create on my website which looks similar to this:

2条回答
  •  天涯浪人
    2021-01-15 09:29

    Applying a theme changes the look and feel of HTML elements as here

    div.setAttribute("data-theme", "c");

    data-theme might be having a CSS class of its own which is effecting your webpage design

    Are you using any CSS framework like BootStrap? Try adding this theme element to the exact div where you wish a design change

提交回复
热议问题