Skip to content

Commit

Permalink
Change the style of the tooltip box.
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-wu committed Jul 20, 2019
1 parent ce441d7 commit 809e447
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions src/styles/tooltip.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,18 @@
}

.mptooltip .mptooltiptext {
font: 500 1em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
visibility: hidden;
background-color: #deebffef;
background-color: white;
color: #000;
text-align: center;
border-radius: 12px;
border-color: #2b7ccc;
border-style: groove;
padding: 5px 10px;
border-radius: 3px;
padding: 10px 10px 5px;
position: absolute;
z-index: 1;
bottom: 125%;
left: 50%;
margin-left: -60px;
margin-left: -25px;
opacity: 0;
transition: opacity 1s;
pointer-events: none;
Expand Down

0 comments on commit 809e447

Please sign in to comment.