1
0
Fork 0

[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
1 changed files with 2 additions and 0 deletions

View File

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