Hey Ivan,
Currently i want to override the default image which is an arrow that's been used by jstree for expanding and collapsing the items.
I tried doing the below, but it is not looking good (attached the image), what would i have to do to fix that?
Is there a specific image size or format i need to use.
I have downloaded the latest version and saw that the css is referring to the 32px.png sprite.
Thanks.
.jstree-default .jstree-closed>.jstree-ocl {
/*background-position: -100px -4px;*/
background: url("../Content/jsTree/themes/default/plus_icon.png") no-repeat scroll 0px 0px transparent ! important;
}
.jstree-default .jstree-open>.jstree-ocl {
/*background-position: -132px -4px;*/
background: url("../Content/jsTree/themes/default/minus.gif") no-repeat scroll 0px 0px transparent ! important;
}
![]()