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 &gt;&gt;</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

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -