Skip to content

Commit

Permalink
Merge pull request #1 from kleeaar/kleeaar-patch-1
Browse files Browse the repository at this point in the history
Update style.css
  • Loading branch information
kleeaar committed Jun 2, 2016
2 parents 3d937ed + 10a0552 commit 583657e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ span,
.databox {
border: dashed 5px rgba(0,0,0,0);
}
.databox:hover {
z-index: 9999 !important;
}

.statusbox {
position: absolute;
Expand Down Expand Up @@ -104,7 +107,9 @@ span,
padding: 10px;
color: #fff;
border-radius: 10px;
box-shadow: 2px 2px 1px silver;
box-shadow: 2px 2px 1px silver;
font-family: 'Open Sans', sans-serif;
text-align:center;
}

[tooltip]:hover:before {
Expand Down

0 comments on commit 583657e

Please sign in to comment.