initial
This commit is contained in:
parent
dce7f8e549
commit
ecd06a98f6
@ -1,7 +1,13 @@
|
||||
.Stone {
|
||||
cursor: default; /* disable 'I beam' cursor change */
|
||||
user-select: none;
|
||||
pointer-events: none;
|
||||
|
||||
user-select: none;
|
||||
-webkit-touch-callout: none;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
}
|
||||
|
||||
.Board {
|
||||
|
Loading…
Reference in New Issue
Block a user