Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
heuzef
/
pannellum
réplica de
https://github.com/mpetroff/pannellum.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
22
Wiki
Actividad
Explorar el Código
Merge pull request
#318
from acortelyou/pr-fallback-cursor
Provide fallback cursor for IE / Edge
pull/302/merge
Matthew Petroff
hace 8 años
committed by
GitHub
padre
129bc0310d
8ebcfb4f07
commit
aacfadbcc8
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-0
src/css/pannellum.css
+ 2
- 0
src/css/pannellum.css
Ver fichero
@@ -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;
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar