I want to disable the lightblue color in select box on mouse hovering...... I don't want the blue color on mouse hover. Here is the fiddle
.select_box
{
color: white;
background-color: red;
}
.itemone
{
background-color: red;
}
.itemone:hover
{
background-color:red;
}
.itemtwo
{
background-color: green;
}