Ticket #27516: 27516.global.diff
File 27516.global.diff, 1.5 KB (added by , 11 years ago) |
---|
-
wp-includes/js/mediaelement/wp-mediaelement.css
2 2 font-family: Helvetica, Arial; 3 3 } 4 4 5 .mejs-container, .mejs-embed, .mejs-embed body { 6 background: #000; 5 .mejs-container, 6 .mejs-embed, 7 .mejs-embed body, 8 .mejs-container .mejs-controls { 9 background: #222; 7 10 } 8 11 9 .mejs-controls .mejs-time-rail .mejs-time-loaded { 10 background: #21759b; 12 .mejs-controls .mejs-time-rail .mejs-time-loaded, 13 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current { 14 background: #fff; 11 15 } 12 16 13 17 .mejs-controls .mejs-time-rail .mejs-time-current { 14 background: # d54e21;18 background: #0074a2; 15 19 } 16 20 21 .mejs-controls .mejs-time-rail .mejs-time-total, 22 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total { 23 background: rgba(255, 255, 255, .33); 24 } 25 26 .mejs-controls .mejs-time-rail span, 27 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, 28 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current { 29 border-radius: 0; 30 } 31 32 .mejs-overlay-loading { 33 background: transparent; 34 } 35 36 /* Override theme styles that may conflict with controls. */ 37 .mejs-controls button:hover { 38 border: none; 39 -webkit-box-shadow: none; 40 box-shadow: none; 41 } 42 17 43 .me-cannotplay { 18 44 width: auto !important; 19 45 }