Alessandro Posted July 21, 2017 Posted July 21, 2017 Hi, Change the border color of the selected component. It's possible? See attached image. Thanks Quote
Sherzod Posted July 21, 2017 Posted July 21, 2017 Hi, Try this: CustomCSS: .x-field-form-focus, .x-btn-focus { border-color: red; } Best regards, Quote
jahlxx Posted November 22, 2017 Posted November 22, 2017 Hi. This works, but not with combobox and checkbox. Is there any way to do? Thanks. Quote
RobYost Posted November 22, 2017 Posted November 22, 2017 I haven't tested this but: .x-form-checkbox { border-color: red; } I opened desktop tools and selected the arrow that lets you click on an element and it shows the style. hope it helps Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.