Hello i am trying to make a very compact interface. All my others inputs are of relative small size, but my combo box doesn't change size because of the arrow.
Can someone tell me how do i change the arrow properties in the css?
Thank You
hi,
This css should be enough
select {
height:20px;
}
Regards,
Marcelo
Marcelo Ferreira wrote:
Hello
This solution does not change the arrow properties but help me solving my problem. So it can be called a solution
Thank you
If Marcelo answer your question, please mark it as correct. That will help other to find answers to similar questions.