Make WordPress Core

Changeset 24770


Ignore:
Timestamp:
07/22/2013 10:04:38 PM (12 years ago)
Author:
markjaquith
Message:

Revisions: Bump the tooltips up one pixel to prevent a Firefox hover-loop bug on the upper-border of the scrubber.

See #24736.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/css/wp-admin.css

    r24768 r24770  
    37613761.revisions-tooltip {
    37623762    position: absolute;
    3763     bottom: 105px;
     3763    bottom: 106px;
    37643764    margin-right: 0;
    37653765    margin-left: -69px;
     
    37823782
    37833783.comparing-two-revisions .revisions-tooltip {
    3784     bottom: 145px;
     3784    bottom: 146px;
    37853785}
    37863786
     
    37933793    margin-left: 35px;
    37943794    bottom: -15px;
    3795     z-index: 10000;
    37963795}
    37973796
Note: See TracChangeset for help on using the changeset viewer.