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:
parent
45231ab717
commit
10283712ef
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue