From a62693c22fe310df8fca3d4931eecff85bcf07b6 Mon Sep 17 00:00:00 2001 From: Matthew Petroff Date: Thu, 8 May 2014 14:21:43 -0400 Subject: [PATCH] Added hotspot hover indication. --- src/css/pannellum.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/css/pannellum.css b/src/css/pannellum.css index f9bbfa3..c7ac4b3 100644 --- a/src/css/pannellum.css +++ b/src/css/pannellum.css @@ -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;