diff --git a/static/style/keyboard.css b/static/style/keyboard.css index 0174b86..9958a3a 100644 --- a/static/style/keyboard.css +++ b/static/style/keyboard.css @@ -14,6 +14,7 @@ $blackKeyMargin : $borderWidth + 2px; position: absolute; width: calc(100% - 2 * #{$borderWidth}); user-select: none; + cursor: pointer; .key { position: absolute; @@ -21,6 +22,7 @@ $blackKeyMargin : $borderWidth + 2px; width: 10px; left: 0px; top: 0px; + user-select: none; &.black { z-index: 1;