diff --git a/css/style.css b/css/style.css index 48d9a26..e99b819 100644 --- a/css/style.css +++ b/css/style.css @@ -64,6 +64,7 @@ background-color: rgba(256,256,256,10); z-index: 2; /* Specify a stack order in case you're using a different order for other elements */ cursor: pointer; /* Add a pointer on hover */ + user-select: none; } .grid-item { @@ -72,19 +73,23 @@ font-size: 30px; text-align: center; aspect-ratio: 1; + user-select: none; } .element-image { width:100%; height:100%; + user-select: none; } td { font-size: 40px; text-align: right; min-width: 1em; + user-select: none; } table { margin-left: 40px; + user-select: none; } diff --git a/index.html b/index.html index 003d346..c4a9b78 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@
-
+
@@ -52,10 +52,10 @@
-
-
-
-
+
+
+
+