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

mod rewrite - Using "?" when rewriting the URL -

.htaccess: Transfer name to index.php if not directory public -

Admob integration with pygame in android -