Bruce Stuart
Posts: 0
Joined: Fri Oct 24, 2014 4:42 am

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!

saurabh8122815
Posts: 0
Joined: Mon Mar 21, 2016 5:08 am

jQuery Application - Collapsible Plus and Minus indicators

Hi Bruce,

try this one,

.ui-icon-plus:after {
background-image : url(' your image src ') !important;
}

Regards

Return to “Issues”