Hi,
I have a simple <input type="submit" value="Search">
submit button.
In the CSS i have styled it with input[type="submit"]
and input[type="submit"]:hover
so it changes its background by default and when hovered. Is there a way to change its background when clicked?