Ultralight
Ultralight copied to clipboard
Add support for CSS cursor images
Within CSS, it is possible to define cursors with custom images. For example
cursor: url('path-to-image.png'), auto;
We should extend ViewListener::OnChangeCursor
to support custom cursor images as well.
cursor: pointer;
also doesn't seem to work at the moment.
@m4heshd
Same problem for cursor: pointer;
:(
cursor: pointer;
still seems to be broken...
still a problem.. please add this ability to change or set cursor to none.