From 5f6f7c663f9e49306437f5657d4d83bb436323e5 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 28 Mar 2013 04:44:27 +0000 Subject: [PATCH] Twenty Thirteen: style native `mediaelement` video player with a black background color. Props obenland, closes #23821. git-svn-id: https://develop.svn.wordpress.org/trunk@23835 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentythirteen/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css index 3bb3184914..ebfd115f2c 100644 --- a/wp-content/themes/twentythirteen/style.css +++ b/wp-content/themes/twentythirteen/style.css @@ -1246,6 +1246,7 @@ footer.entry-meta { } /* Mediaelements */ +.hentry .mejs-mediaelement, .hentry .mejs-container .mejs-controls { background: #220e10; }