Missing CSS entry?

I’ve had to manually add the below CSS entry to my web-page to put a blue border on my select widgets when the have focus. Is there a way to get this added to the webix.css available via the Content Delivery Network?

.webix_el_select select:focus{border:1px solid #3498db;box-shadow:0 0 1px #3498db inset}

Hello,

thank you! We will correct select style