wp/wp-includes/js/mediaelement/wp-mediaelement.css
changeset 0 d970ebf37754
child 5 5e2f62d02dcd
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/wp/wp-includes/js/mediaelement/wp-mediaelement.css	Wed Nov 06 03:21:17 2013 +0000
@@ -0,0 +1,15 @@
+.mejs-container, .mejs-embed, .mejs-embed body {
+	background: #464646;
+}
+
+.mejs-controls .mejs-time-rail .mejs-time-loaded {
+	background: #21759b;
+}
+
+.mejs-controls .mejs-time-rail .mejs-time-current {
+	background: #d54e21;
+}
+
+.me-cannotplay {
+	width: auto !important;
+}