Skip to content
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

Commit 90a9756

Browse files
committed
Update css
1 parent 32efec6 commit 90a9756

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/css/style.tooltip.css

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
background-color: rgba(0, 0, 0, 0.95);
2222
border-radius: 3px;
2323
margin-bottom: 5px;
24-
margin-left: -50px;
24+
margin-left: -35px;
2525
text-align: center;
26-
min-width: 100px;
27-
font-size: 1em;
26+
min-width: 70px;
27+
font-size: 0.83em;
2828
position: absolute;
2929
content: attr(data-tooltip);
30-
padding: 5px;
30+
padding: 2px;
3131
bottom: 120%;
32-
color: #fff;
32+
color: #9e9e9e;
3333
left: 50%;
3434
}
3535

0 commit comments

Comments
 (0)