我试图将默认的展开/折叠图标更改为更大的图标。我设置了以下似乎没有生效的css更改:
.k-treelist .k-minus {
background: url('../img/Misc/customCollapsedIcon.png') center center;
}
.k-treelist .k-plus {
background: url('../img/Misc/customExpandedIcon.png') center center;
}
谁能给我一些建议,告诉我我需要更改哪些内容才能对 TreeList 产生影响?