MediaWiki:Common.css: Difference between revisions

Fixes tooltip on firefox
m (Do the same edit to common.css that I did to mobile.css)
Tags: Mobile edit Mobile web edit
(Fixes tooltip on firefox)
Line 1,412: Line 1,412:
.tooltip{
.tooltip{
   position: relative;
   position: relative;
}
/* Patch for firefox css being wonky */
@supports (-moz-appearance:none) {
    .tooltiptext {
        left: 0;
    }
}
}


System Operators, Wiki Team
278

edits