taitems / Aristo-jQuery-UI-Theme

The "Aristo" theme for Cappuccino ported to a jQuery UI Theme

Home Page:http://taitems.github.com/Aristo-jQuery-UI-Theme/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ui-icon inside Accordion widget shows wrong icon

MLukman opened this issue · comments

Should change line 298-299 of the CSS file to:

.ui-accordion .ui-accordion-header.ui-state-active .ui-icon { background-position: 0px -64px; }
.ui-accordion .ui-accordion-header.ui-state-default .ui-icon { background-position: -16px -80px; }