css - Sencha Touch: green forward button -


ok, here sencha link http://try.sencha.com/touch/2.2.0/demos/ext.button.ui/viewer.html different types of buttons. so, there make button forward, do

{ xtype: 'button', ui: 'forward',//i'm adding string make right arrow text: 'forward' } 

nice , perfect. easy.

does know how make button green (not button, the arrow well)?

actually arrow have used webkit mask whatever background color give arrow using css background color takes that. so, make button green use following code:-

.x-button-forward, .x-button-forward:after { background: -webkit-linear-gradient(top, #a2e306,#7eb105 3%,#5b7f03); } 

Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

c++ - End of file on pipe magic during open -