How could i style up my select box like this:
main trouble is that my arrow - is transparent background, but i need gray background select with selecting features...
i do it like so:
.modal.custom .modal-body.full-width .styled-select{
width: 440px;
-webkit-appearance: none;
}
.modal.custom .modal-body.full-width .styled-select select{
width: 480px;
overflow: hidden;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: url(../images/png/v.png) no-repeat center right #eeeeee;
}
but seems that something is bad...
it look like so:
and fiddle example:
is it real to do as on first image, so that it would be clickable?