]> git.cworth.org Git - lmno.games/commitdiff
style: Use a pointer cursor for the button element
authorCarl Worth <cworth@cworth.org>
Fri, 5 Jun 2020 18:15:09 +0000 (11:15 -0700)
committerCarl Worth <cworth@cworth.org>
Sat, 6 Jun 2020 11:46:51 +0000 (04:46 -0700)
This is just another nice cue to the user that the button is something
that can be clicked on.

style.css

index 5128982a44d5e52f1c9387b8b9a7d6a753e3c72d..e71f222be2cbdf77713b81758faa8a29f3b831ac 100644 (file)
--- a/style.css
+++ b/style.css
@@ -254,6 +254,7 @@ button {
     padding-top: 0.25em;
     padding-bottom: 0.25em;
     width: 200px;
     padding-top: 0.25em;
     padding-bottom: 0.25em;
     width: 200px;
+    cursor: pointer;
 }
 
 button.inline {
 }
 
 button.inline {