17.06.2016, 20:52
(This post was last modified: 17.06.2016, 21:15 by Erwin van der Zwart.)
Hi Buuuudzik,
You can change it with custom css, here is a small sample but you have to adjust it to your needs:
BR,
Erwin
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