Template:Tooltip/Styles.css
Jump to navigation
Jump to search
/* [[Category:Template Styles]] */
.zw-tooltip {
cursor: help;
text-decoration: underline;
text-decoration-style: dotted;
}
/* Override some link styles when links contain tooltips, e.g. invalid terms */
.zw-tooltip a {
text-decoration: underline;
text-decoration-style: dotted;
}
/* Allow tooltips within piped links to still have cursor: pointer */
a .zw-tooltip {
cursor: pointer;
}
.zw-tooltip__text {
display: none;
}