ExtJS / CSS - 按钮背景颜色未在IE8中显示

时间:2014-11-18 19:27:47

标签: css extjs

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

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

感谢

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

我正在使用Ext 4.2.2

0 个答案:

没有答案