I need to remove the hover effect in the search form and other input forms. I would like the color to stay the same instead of changing when I click in it.
I have this code but cant figure out how to disable the hover or change the background.
#search input:hover {
ext-shadow: none;
}
Thanks