jQuery Application - Collapsible Plus and Minus indicators
I'd like to globally change the "+" (expand) and "-" - collapse icons - on the collapsible sets - to the down arrow and up arrow respectively.
I've found this css from another post ....
[dsid=mobilecollapsibleset_X] .ui-collapsible-heading-toggle:after{
background:url("../image/ui-icon.png");
}
How do I change it to use the already loaded icons ....??
and is the attribute really called 'background' or is it just 'icon'...?
Thanks!