Active native cursors
auto | crosshair | default | pointer | move | e-resize | ne-resize | nw-resize | n-resize | se-resize | sw-resize | s-resize | w-resize | text | wait | help | progress
As stated in the w3c documentation .
If you want to use a different type of cursor, you will need to use the uri option as the cursor parameter:
cursor: url(example.svg#linkcursor), url(hyper.cur), pointer
source share