我已将自定义图标设置为选项卡,但它采用选项卡面板的蓝色,我怎样才能获得图标的原始颜色。
var tabPanel = Ext.create('Ext.TabPanel',{
tabBarPosition: 'bottom',
items:[
{
title:'General',
iconCls:'icongen',
}
我的 CSS 代码
.icongen
{
-webkit-mask-box-image: url("resources/images/general.png");
}