Skip to content

Instantly share code, notes, and snippets.

@ssylvia
Last active February 29, 2016 17:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssylvia/e320e30b9df85d858b81 to your computer and use it in GitHub Desktop.
Save ssylvia/e320e30b9df85d858b81 to your computer and use it in GitHub Desktop.
#index-map{
position: relative;
width: 100%;
height: 25%;
max-height: 400px;
min-height: 200px;
margin-bottom: 2px;
}
.sectionPanel .appTitle.anchored{
margin-top: 5px;
}
#index-map-info{
background-color: #006900; /* Point hover tooltip background color */
color: #fff8e8; /* Point hover tooltip text color */
display: none;
position: fixed;
font-weight: bold;
padding: 5px;
margin: -10px 0 0 5px;
border-radius: 5px;
z-index: 100;
}
#index-map-helper{
display: none;
}
#index-map:hover #index-map-helper.active{
background-color: #fff8e8; /* Point hover tooltip background color */
color: #006900; /* Point hover tooltip text color */
display: block;
position: absolute;
left: 50%;
margin-left: -116px;
bottom: 20px;
padding: 5px 10px;
border-radius: 30px;
cursor: pointer;
z-index: 30;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment