Grid - How to customize style of editorType "select"

Hi, is there any way to customize the list of “select” editorType?

I can’t investigate DOM on F12.

Thanks.

Please, try to use:

<style>
    .dhx_cell-editor__select{
        background: black;
        color: white;
    }
</style>

Here is the example:
https://snippet.dhtmlx.com/xl9u0osz