Make WordPress Core

Ticket #32030: 32030.diff

File 32030.diff, 508 bytes (added by dipesh.kakadiya, 11 years ago)

Add backgroup colot to play button because it is not visibble due to transparent background

  • src/wp-includes/js/mediaelement/wp-mediaelement.css

     
    6262        width: auto;
    6363}
    6464
     65.mejs-overlay{
     66    position: inherit;
     67}
     68
     69.mejs-overlay-button{
     70    background-color: #222;
     71    border-radius: 50px;
     72    top: 35%;
     73}
     74
    6575.mejs-overlay-loading {
    6676        background: transparent;
    6777}