I have created button. I need to change normal, over,disabled style with css any one can give small sample.Including text colors also. Here is is My code
var button=Ext.create('Ext.button.Button',{text:"Button2",renderTo:Ext.getBody()})
Give your button a cls so you can target that button. Then you can use that CSS class name to override the different classes that are applied to the button.
Thank you for reply,
I did what you say, i reached what i need. But one thing misssing . I can't change on rollover text properties (size, color) . Here is my code can you help me.