Styling the content of a COMBOBOX

Hi All

Is there a way to style the content of a COMBOBOX (dropdown) in NGClient? Something like done with CSS

.dropdown-content {
    position: absolute;
    background-color: #ff0000;
    min-width: 160px;
}

Regards,