Reputation: 6466
Even though it is possible to inspect styles of enabled
buttons & customize them by creating CSS rules, tools such as Chrome Dev Tools, Firebug, Firefox Dev Tools are not able to inspect disabled
buttons of ExtJS.
The question is that how can I customize them?
Here is a sample fiddle you can work on it: https://fiddle.sencha.com/#fiddle/129h
Upvotes: 0
Views: 2068
Reputation: 74146
You've got two options:
disabledCls
(example).button
.Upvotes: 3