Template:Tooltip/styles.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 27: Line 27:
.tooltip:hover > .text {
.tooltip:hover > .text {
visibility: visible;
visibility: visible;
}
.tooltip > .text:after {
    content: '';
position: absolute;
left: 50%;
border-style: solid;
top: 100%;
bottom: auto;
width: 20px;
height: 20px;
background: #fff;
margin-top: -10px;
margin-left: -10px;
box-shadow: 1px 1px 0px #a2a9b1;
transform: rotate(45deg);
border-width: 0;
}
}

Navigation menu