I have a simple submit button <input type="submit" value="Search"> . In CSS, I stylized it with input[type="submit"] and input[type="submit"]:hover so that it changes its default background and freezes. Is there a way to change the background when clicked?
source share