338
Views
3
Comments
Solved
Remove or change Combo box/ dropdown arrow size

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

2019-05-22 11-30-09
Marcelo Ferreira
Solution

hi,

This css should be enough

select {

        height:20px;

}

Regards,

Marcelo


2018-10-17 18-00-19
Carlos Gonçalves

Marcelo Ferreira wrote:

hi,

This css should be enough

select {

        height:20px;

}

Regards,

Marcelo


Hello 

This solution does not change the arrow properties but help me solving my problem. So it can be called a solution


Thank you


2014-10-21 20-15-17
Alberto Ferreira

If Marcelo answer your question, please mark it as correct. That will help other to find answers to similar questions.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.