Parcourir la source

Merge pull request #318 from acortelyou/pr-fallback-cursor

Provide fallback cursor for IE / Edge
pull/302/merge
Matthew Petroff il y a 8 ans
committed by GitHub
Parent
révision
aacfadbcc8
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. +2
    -0
      src/css/pannellum.css

+ 2
- 0
src/css/pannellum.css Voir le fichier

@@ -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;
}



Chargement…
Annuler
Enregistrer