I've been trying to figure out styling in extjs, but I cannot find where appropriate styles are located. For example, in admin dashboard application the style of textfield is defined as:
xtype: 'textfield',
cls: 'auth-textbox',
but, I've been searching for appearance of text 'auth-textbox' in all files in the whole workspace, and there is no such definition. In addition, if I comment the line containing cls, nothing changes.