17.06.2016, 21:34
(17.06.2016, 20:52)Erwin van der Zwart Wrote: Hi Buuuudzik,
You can change it with custom css, here is a small sample but you have to adjust it to your needs:
Code:.control-vselect ul {
max-width: 300px!important;
max-height: 400px!important;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
.control-vselect .a {
background-color: #C2FFAC;;
width: 200px;
line-height: 24px;
font-size: 24px;
color: #4C97D8;
}
BR,
Erwin
Thanks I will try.