fix tooltip display
This commit is contained in:
parent
c9c779dc5f
commit
b40a25eaa4
1 changed files with 17 additions and 0 deletions
|
@ -2059,6 +2059,17 @@ and it won't be important on password protected instances */
|
||||||
width: 32px;
|
width: 32px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
|
|
||||||
|
& > span {
|
||||||
|
bottom: -9px;
|
||||||
|
right: 3px;
|
||||||
|
font-size: 10px;
|
||||||
|
color: #eee;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.tooltip {
|
.tooltip {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -2068,6 +2079,12 @@ and it won't be important on password protected instances */
|
||||||
|
|
||||||
.tooltip {
|
.tooltip {
|
||||||
display: block;
|
display: block;
|
||||||
|
position: absolute;
|
||||||
|
bottom: 30px;
|
||||||
|
background: black;
|
||||||
|
color: white;
|
||||||
|
border-radius: 2px;
|
||||||
|
padding: 3px 5px 2px 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue