Files
chrome-extensions-samples/functional-samples/tutorial.custom-cursor/style.css
Oliver Dunk dfde4c8578 Add custom cursor tutorial (#1247)
* Add custom cursor tutorial

* Add README

* Remove unneeded async keyword
2024-07-30 15:02:30 +01:00

12 lines
202 B
CSS

html {
cursor:
url('chrome-extension://__MSG_@@extension_id__/dino.png') 16 16,
auto;
}
a {
cursor:
url('chrome-extension://__MSG_@@extension_id__/dino-pointer.png') 16 16,
auto;
}