The d6 version of this module allowed you to disable the default styles. The d7 version still claims this ability in the README.txt. But, I don't see the option in the view or in the code. Is there a new recommended method of disabling the default styles?

Comments

manuel garcia’s picture

Status: Active » Closed (fixed)

The module on D7 is using jquery.ui.accordion to generate the accordion, and no longer custom code. This means that UI themes should be useable with the accordions you build on D7, and we cannot disable the default theme afik for jquery.ui.accordion, you just need to use another one in your theme.

Thanks though for asking, you point out that the README is completely outdated (same content as in d6). I've just updated it so that at least it's not incorrect.

manuel garcia’s picture

Also, you may want to use https://drupal.org/project/jqueryui_theme or just check it out if you want. It makes handling jquery ui themes very easy.