I have a gravity form that is paginated and I'd like to be able to change the background colour of the input button so that when a user mouse's over the button it changes colour.
The current ID of the input button is #gform_next_button_5_56 and I've tried setting #gform_next_button_5_56:hover { background-colour: #green; } but nothing happens.
What am I doing wrong?
Thanks for any help!