jquery - How to disable select box hover color on css -


i want disable lightblue color in select box on mouse hovering...... don't want blue color on mouse hover. here fiddle

.select_box {     color: white;     background-color: red; }  .itemone {     background-color: red; }  .itemone:hover {     background-color:red; }  .itemtwo {     background-color: green; } 

the blue color, the default color rendered each browser.

you can moved plugin chosen


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -