How to change content background colour for Jquery Accordion? I've tried to change it in CSS and JS file:
[CSS]
.ui-accordion-content {
width: 100%;
background-color: #f3f3f3;
color: #777;
font-size: 10pt;
line-height: 16pt;
}
[JS]
$(".ui-accordion-content").css("background", "#fcfff4")
none of them works.