Sfoglia il codice sorgente

Provide fallback cursor for browsers without svg data uri support (fixes #317)

pull/318/head
Alex Cortelyou 8 anni fa
parent
commit
8ebcfb4f07
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +2
    -0
      src/css/pannellum.css

+ 2
- 0
src/css/pannellum.css Vedi File

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



Caricamento…
Annulla
Salva