Parcourir la source

Added hotspot hover indication.

pull/8/head
Matthew Petroff il y a 10 ans
Parent
révision
a62693c22f
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. +4
    -0
      src/css/pannellum.css

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

@@ -262,6 +262,10 @@ body {
width: 26px;
visibility: hidden;
cursor: default;
border-radius: 13px;
}
.hotspot:hover {
background-color: rgba(255,255,255,0.2);
}
.hotspot.info {
background-position: 0 -104px;


Chargement…
Annuler
Enregistrer