Fix cursor icon in Chrome.

This commit is contained in:
Michael Bebenita 2017-10-29 14:46:33 -07:00
parent 6fbfa60f68
commit a7056460d0
1 changed files with 2 additions and 0 deletions

View File

@ -106,9 +106,11 @@ button > svg path {
}
#pf-canvas.pf-draggable {
cursor: grab;
cursor: -webkit-grab;
}
#pf-canvas.pf-draggable.pf-grabbing {
cursor: grabbing;
cursor: -webkit-grabbing;
}
#pf-fps-label {
color: white;