Make the mouse turn into a cursor pointer on mouseover of Submit button (#3)

master
Andrew Morgan 4 years ago committed by GitHub
parent d8012f8ded
commit 47349e88d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -126,7 +126,8 @@ body {
transition: background-color .1s ease-in-out;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
appearance: none;
cursor: pointer; }
.button:hover {
background-color: #fff;
color: #0060df;

Loading…
Cancel
Save