From: Benjamin Auder Date: Tue, 13 Nov 2018 17:13:34 +0000 (+0100) Subject: Pointer cursor on board when playing X-Git-Url: https://git.auder.net/?p=vchess.git;a=commitdiff_plain;h=3066bb47f49d374fca4c1c1cc047d9be8257ad35 Pointer cursor on board when playing --- diff --git a/public/stylesheets/variant.sass b/public/stylesheets/variant.sass index 2c892b5b..7e99fa38 100644 --- a/public/stylesheets/variant.sass +++ b/public/stylesheets/variant.sass @@ -37,6 +37,9 @@ div.board display: inline-block position: relative +.game .board + cursor: pointer + #choices margin-bottom: 10px