This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Size of the "Custom value select" icons
#3
(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

ThanksWink I will try.
Reply


Messages In This Thread
RE: Size of the "Custom value select" icons - by buuuudzik - 17.06.2016, 21:34

Forum Jump: