ExtJS / CSS - 按钮css样式在IE8中没有显示

时间:2014-11-13 01:02:10

标签: css extjs

我在我的按钮上添加了一些小的CSS样式,它在FireFox和Chrome中工作正常但不是IE

CSS

.search-button  {
    background:#00A300 !important;
    border-radius:20px !important;
    background-image: none !important;
}

.search-button .x-btn-inner {
    color: #FFFFFF !important;
    font-size: 13px !important;
}

按钮

xtype: "button",
itemId:"searchBtn",
text: "<b>Search &gt;&gt;</b>",
formBind: true,
cls:"search-button"
//baseCls:null

感谢

编辑:当我将鼠标悬停在按钮上或点击它时,我注意到了一件事,它在边框周围显示我的背景颜色,然后在鼠标输出或按下按钮时消失

0 个答案:

没有答案