【发布时间】:2012-03-29 00:46:19
【问题描述】:
我想将默认的三角形切换图标更改为“+”/“-”
.legendFieldSet {
border-width: 0px;
margin-bottom:10px;
}
.legendFieldSet .x-tool-toggle{
background-position: 0 -255px !important; /*the minus sign*/
}
.legendFieldSet .x-panel-collapsed .x-tool-toggle{
background-position: 0 -240px !important; /*the plus sign*/
}
(演示here.)
我有什么问题?
【问题讨论】:
标签: extjs icons toggle collapse fieldset