Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
heuzef
/
pannellum
espelhamento de
https://github.com/mpetroff/pannellum.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
22
Wiki
Atividade
Ver código fonte
Merge pull request
#318
from acortelyou/pr-fallback-cursor
Provide fallback cursor for IE / Edge
pull/302/merge
Matthew Petroff
8 anos atrás
committed by
GitHub
pai
129bc0310d
8ebcfb4f07
commit
aacfadbcc8
1 arquivos alterados
com
2 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+2
-0
src/css/pannellum.css
+ 2
- 0
src/css/pannellum.css
Ver arquivo
@@ -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;
}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar