-
16 Nov 2012 1:58 PM #1
Unanswered: Is it possible to change text color in Ext.button?
Unanswered: Is it possible to change text color in Ext.button?
Is it possible to change text color in Ext.button?
-
17 Nov 2012 6:28 AM #2Sencha - Community Support Team
- Join Date
- May 2012
- Location
- Istanbul
- Posts
- 1,331
- Vote Rating
- 76
- Answers
- 124
Hi, try to override css for button
Code:.x-btn-default-small .x-btn-inner { font-size: 11px; font-weight: normal; font-family: tahoma, arial, verdana, sans-serif; color: red; background-repeat: no-repeat; padding: 0 4px; }sword-it.com, Sencha Developer House in Turkey - Istanbul University Technopark Suite 204.


Reply With Quote