Page 1 of 1

combobox font

PostPosted: Thu Feb 09, 2017 8:28 pm
by doug
I'm want to set the font and color of the items in a combobox. The font before I click on the combobox is correct, however the items in the dropdown use a much larger font and all using the same background color. What I'm I doing wrong?

.svy-combobox
{
font-family: Verdana, sans-serif;
font-size: 8pt;
}
.even
{
background-color: #FFFFFF;
}

.odd
{
background-color: #dddddd;
}

Re: combobox font

PostPosted: Mon Feb 13, 2017 3:18 pm
by Bernd.N
Which Servoy version do you use?