1
0
Fork 0
mirror of https://github.com/sbrl/Nibriboard.git synced 2018-01-10 21:33:49 +00:00

[client] Turn cursor into a crosshair while over canvas.

This commit is contained in:
Starbeamrainbowlabs 2017-02-19 11:35:29 +00:00
parent 45231ab717
commit 10283712ef

View file

@ -8,6 +8,8 @@ body
{ {
position: absolute; position: absolute;
top: 0; right: 0; bottom: 0; left: 0; top: 0; right: 0; bottom: 0; left: 0;
cursor: crosshair;
} }
.fps .fps