A form I've made turns yellow when you click in it, though I didn't set it yellow. Is this standard?
I've deleted all of the project's css, and the yellow still appears.
So I tried forcing the color like so
#siteSearch.active {
background-color: #fff;
}
I've not come across this before - anyone else encountered it?
Cheers