This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
pannellum
mirror of
https://github.com/mpetroff/pannellum.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
22
Wiki
Activity
Browse Source
Added hotspot hover indication.
pull/8/head
Matthew Petroff
10 years ago
parent
886a770021
commit
a62693c22f
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
src/css/pannellum.css
+ 4
- 0
src/css/pannellum.css
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save