It is possible to increase the size (width and height) from the CSS, for example
circle {
cursor:crosshair;
height: 200px;
}
It is possible to increase the size (width and height) from the CSS, for example
circle {
cursor:crosshair;
height: 200px;
}
Use a custom image:
.ponteiro_personalizado {
cursor: url(images/cursor.png), auto;
}