MediaWiki:Common.css: Difference between revisions

From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search
Tooltips
mNo edit summary
(Tooltips)
Line 849: Line 849:
.mw-special-Recentchanges .mw-changeslist-log-newusers {
.mw-special-Recentchanges .mw-changeslist-log-newusers {
     display: none;
     display: none;
}
/* Tooltips support */
abbr[title], .explain[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
@supports (text-decoration: underline dotted) {
    abbr[title], .explain[title] {
        border-bottom: 0;
        text-decoration: underline dotted;
    }
}
}

Navigation menu