mediaelement.css 407 B

1234567891011121314
  1. .mejs__container{
  2. background: transparent;
  3. }
  4. .mejs__overlay-button {
  5. background: url(mejs-controls.svg) no-repeat;
  6. background-position: 0 -39px;
  7. height: 80px;
  8. width: 80px;
  9. }
  10. .mejs__controls:not([style*="display: none"]) {
  11. background: rgba(255,0,0,.7);
  12. background: -webkit-linear-gradient(transparent,rgba(0,0,0,.35));
  13. background: linear-gradient(#84bd00,rgb(132, 189,0.5));
  14. }