mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-27 13:29:34 +07:00
12 lines
202 B
CSS
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;
|
|
}
|