]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/js/mediaelement/wp-mediaelement.css
Wordpress 3.6
[autoinstalls/wordpress.git] / wp-includes / js / mediaelement / wp-mediaelement.css
diff --git a/wp-includes/js/mediaelement/wp-mediaelement.css b/wp-includes/js/mediaelement/wp-mediaelement.css
new file mode 100644 (file)
index 0000000..18ad948
--- /dev/null
@@ -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;
+}