I am working on changing cursor in Angular2/Javascript, and I'm using .cur file in order to represent the cursor. I'm using the correct manner:
cursor: url(cursor.cur), auto
However, my .cur file contains 3 resolutions cursors (for each screen resolution). I select the wanted resolution in code. How can I select the wanted resolution in the CSS? It picks the wrong resolution automatically.