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
Update pannellum.css
Added styles for the previous additions in pannellum.js (hotspotImage and hotspotImageWidth)
pull/48/head
Didac
9 years ago
parent
2d0e71b535
commit
9dd902e432
1 changed files
with
12 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+12
-0
src/css/pannellum.css
+ 12
- 0
src/css/pannellum.css
View File
@@ -396,3 +396,15 @@ div.tooltip:hover:after {
#lmsg {
font-size: 12px;
}
div.hotspot img{
-webkit-filter: drop-shadow(3px 3px 3px black);
filter: drop-shadow(3px 3px 3px black);
display: block;
position: absolute;
}
.hotspot >div{
position:relative;
display:inline-block;
margin-left: 12px;
margin-top: 12px;
}
Write
Preview
Loading…
Cancel
Save