]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-includes/js/mediaelement/wp-mediaelement.css
WordPress 3.8
[autoinstalls/wordpress.git] / wp-includes / js / mediaelement / wp-mediaelement.css
1 .mejs-container, .mejs-embed, .mejs-embed body {
2         background: #464646;
3 }
4
5 .mejs-controls .mejs-time-rail .mejs-time-loaded {
6         background: #21759b;
7 }
8
9 .mejs-controls .mejs-time-rail .mejs-time-current {
10         background: #d54e21;
11 }
12
13 .me-cannotplay {
14         width: auto !important;
15 }