This website works better with JavaScript.
首頁
說明
登入
heuzef
/
pannellum
镜像来自
https://github.com/mpetroff/pannellum.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
22
Wiki
Activity
瀏覽代碼
Merge pull request
#318
from acortelyou/pr-fallback-cursor
Provide fallback cursor for IE / Edge
pull/302/merge
Matthew Petroff
8 年之前
committed by
GitHub
父節點
129bc0310d
8ebcfb4f07
當前提交
aacfadbcc8
共有
1 個文件被更改
,包括
2 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/css/pannellum.css
+ 2
- 0
src/css/pannellum.css
查看文件
@@ -24,10 +24,12 @@
}
.pnlm-grab {
cursor: grab;
cursor: url('img/grab.svg') 12 8, default;
}
.pnlm-grabbing {
cursor: grabbing;
cursor: url('img/grabbing.svg') 12 8, default;
}
Write
Preview
Loading…
取消
儲存