Make WordPress Core

Ticket #24736: 24736.28.patch

File 24736.28.patch, 426 bytes (added by adamsilverstein, 12 years ago)

fix alternating on/off hovering issue with tooltips in firefox

  • wp-admin/css/wp-admin.css

     
    37603760
    37613761.revisions-tooltip {
    37623762        position: absolute;
    3763         bottom: 106px;
     3763        bottom: 105px;
    37643764        margin-right: 0;
    37653765        margin-left: -69px;
    3766         z-index: 1;
     3766        z-index: 0;
    37673767        max-width: 350px;
    37683768        min-width: 130px;
    37693769        padding: 8px 4px;