change text input border color on hit by css
Hello
I've this html field
<input type=text value=test id=ff>
I am using this css code to set a border
#ff{
border:1px #000 solid
}
I want to change the border color to ( red ), when I click on the field
For example: The google search field, when you hit the search field to write anything, the border will change to blue