ExtJS/CSS--button css styling not showing in IE8 -
i added minor css styling button , works fine in firefox , chrome not 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; }
button
xtype: "button", itemid:"searchbtn", text: "<b>search >></b>", formbind: true, cls:"search-button" //basecls:null
thanks
edit: 1 thing noticed when hover on button or click it, shows background color around border disappears on mouseout or depress of button
Comments
Post a Comment