talha06
talha06

Reputation: 6466

ExtJS - How to style disabled buttons?

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

Answers (1)

CD..
CD..

Reputation: 74146

You've got two options:

  1. Set your own disabledCls (example).
  2. Change the CSS vars of button.

Upvotes: 3

Related Questions