Browse Source

Added hotspot hover indication.

pull/8/head
Matthew Petroff 10 years ago
parent
commit
a62693c22f
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      src/css/pannellum.css

+ 4
- 0
src/css/pannellum.css View File

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


Loading…
Cancel
Save