mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
update tooltip style
Signed-off-by: z4yx <z4yx@users.noreply.github.com>
This commit is contained in:
parent
3b13e217d7
commit
944392baec
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue