javascript - How to style HTML select option hover and selected option effects -


I'm trying to delete the default blue background on the HTML selection option hover effect, as well as the selected option effects. I am the block of CSS below but it does not work. The idea of ​​things about how it can be achieved.

  select.color-chooser Options: hover {background-color: none! Important; } Select.color-chooser option [selected] {background-color: none! Important; }    

You can not do this, if you want to use jQuery Or similar

This makes HTML listings easier in style.

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -