The form on my website has the following structure:
<form role="search" method="get" id="searchform" action="">
<input type="text" name="s" id="s" placeholder="Search..." />
<input type="submit" id="searchsubmit" />
</form>
I want the background of the submit button to change when the input field is clicked. How can I achieve this?