Select Box Css - a triangle indicating dropdown -


this question has answer here:

following select box:

enter image description here

rather having traditional drop down icon intending have different colored yellow triangle shape indicating dropdown.

select { font-family: inherit; font-size: inherit; line-height: inherit; background-color: #363583; border-color: #363583; color: #a2a1c6; } 

how achieve such look. in advance.

dropdown styling interesting thing. if have customized dropdown current element span use ::after selector make this

position: absolute; border-left: 0.7rem solid transparent; border-bottom: 0.7rem solid #777; bottom: 0; right: 0; 

but kumar right, kinda need code of dropdown know can it.


Comments

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -