This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
pannellum
mirror of
https://github.com/mpetroff/pannellum.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
22
Wiki
Activity
Browse Source
Provide fallback cursor for browsers without svg data uri support (
fixes
#317
)
pull/318/head
Alex Cortelyou
8 years ago
parent
129bc0310d
commit
8ebcfb4f07
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/css/pannellum.css
+ 2
- 0
src/css/pannellum.css
View File
@@ -24,10 +24,12 @@
}
}
.pnlm-grab {
.pnlm-grab {
cursor: grab;
cursor: url('img/grab.svg') 12 8, default;
cursor: url('img/grab.svg') 12 8, default;
}
}
.pnlm-grabbing {
.pnlm-grabbing {
cursor: grabbing;
cursor: url('img/grabbing.svg') 12 8, default;
cursor: url('img/grabbing.svg') 12 8, default;
}
}
Write
Preview
Loading…
Cancel
Save