Make WordPress Core

Changeset 30907


Ignore:
Timestamp:
12/16/2014 03:12:35 PM (12 years ago)
Author:
wonderboymusic
Message:

In response to regressions on .com, fix MEjs styles for screen reader text and overflow on the volume slider.

Props obenland.
See #30281.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/js/mediaelement/wp-mediaelement.css

    r30082 r30907  
    1414}
    1515
     16.mejs-controls a.mejs-horizontal-volume-slider {
     17        display: table;
     18}
     19
    1620.mejs-controls .mejs-time-rail .mejs-time-loaded,
    1721.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
     
    3236.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    3337        border-radius: 0;
     38}
     39
     40.mejs-controls .mejs-offscreen {
     41        clip: rect(1px, 1px, 1px, 1px);
     42        position: absolute;
     43}
     44
     45.mejs-controls a:focus > .mejs-offscreen {
     46        background-color: #f1f1f1;
     47        border-radius: 3px;
     48        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
     49        clip: auto;
     50        color: #21759b;
     51        display: block;
     52        font-size: 14px;
     53        font-weight: bold;
     54        height: auto;
     55        line-height: normal;
     56        padding: 15px 23px 14px;
     57        position: absolute;
     58        left: 0;
     59        top: 15px;
     60        text-decoration: none;
     61        text-transform: none;
     62        width: auto;
    3463}
    3564
Note: See TracChangeset for help on using the changeset viewer.