diff --git a/css/chess.css b/css/chess.css index 1166b58..f4cc610 100644 --- a/css/chess.css +++ b/css/chess.css @@ -148,3 +148,21 @@ #cb_phantom > .cb-lt-piece { left: 22.5%; } + +.noselect { + cursor: default; + -webkit-touch-callout: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +#cb_board .cb-piece.ui-draggable { + cursor: grab; +} + +#cb_board .cb-piece.ui-draggable-disabled { + cursor: default; +} diff --git a/index.html b/index.html index d59d14a..83108dd 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@
A |
@@ -141,12 +141,12 @@