Background filter header editor

hi webix, there is a way for highlight the background header filter for the columns if there is a text inside?

the tag css is .webix_ss_filter input i must highlight if is active with a text input inside.

thank you.

Hello @TommyDJ ,
You can use webix.html.addCss which allows adding a CSS class to an element and webix.html.removeCss which removes some defined CSS class
Please check the sample: https://snippet.webix.com/r9yaptph

Hello Nastja thank you very very much perfect solution.