From f881b2f6dbf760cc8c4a91821d9a2aa46716c237 Mon Sep 17 00:00:00 2001 From: Yotam Mann Date: Fri, 13 Jan 2017 16:48:13 -0500 Subject: [PATCH] styling keyboard --- static/style/keyboard.css | 2 ++ 1 file changed, 2 insertions(+) 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;