I'm looking to set custom icons for the JQuery Collapsable view without having to make changes to the default JQuery CSS and .JS files.
You can take a look at my starting point on jsFiddle here: http://jsfiddle.net/jakechasan/M7LLU/
Although I've tried the following code, it hasn't worked as expected:
#plus .ui-icon {
background: url(open.png) 50% 50% no-repeat; background-size: 24px 22px;
}
I envision the appearance I want with a custom icon next to the row title. (Please note that this is just a Photoshop mockup)
Anyone have suggestions on how to achieve this?
Thank you.