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
Post a Comment