]> git.cworth.org Git - lmno.games/blobdiff - style.css
style: Use a pointer cursor for the button element
[lmno.games] / style.css
index dfaa8e4f9fc32c58cc32a73904702cbb26057e70..e71f222be2cbdf77713b81758faa8a29f3b831ac 100644 (file)
--- a/style.css
+++ b/style.css
@@ -254,6 +254,12 @@ button {
     padding-top: 0.25em;
     padding-bottom: 0.25em;
     width: 200px;
+    cursor: pointer;
+}
+
+button.inline {
+    font-size: 100%;
+    width: auto;
 }
 
 button:hover {