update tooltip style

Signed-off-by: z4yx <z4yx@users.noreply.github.com>
This commit is contained in:
z4yx 2020-03-05 21:10:42 +08:00
parent 3b13e217d7
commit 944392baec
No known key found for this signature in database
GPG Key ID: 8D451F061C0FF61B

View File

@ -440,12 +440,11 @@ body {
/* Tooltip text */
> .tooltiptext {
visibility: hidden;
width: 120px;
background-color: black;
width: 130px;
background-color: #555;
color: #fff;
text-align: center;
padding: 5px 0;
border-radius: 6px;
border-radius: 5px;
/* Position the tooltip text - see examples below! */
position: absolute;