user14
16 Nov 2012, 1:58 PM
Is it possible to change text color in Ext.button?
sword-it
17 Nov 2012, 6:28 AM
Hi, try to override css for button
.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;
}
Powered by vBulletin® Version 4.1.5 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.