From a5e547d2fbb3365af4250f479945a01852049340 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Tue, 3 Dec 2013 18:50:20 +0000 Subject: [PATCH] Twenty Fourteen: CSS fixes, props celloexpressions. Fixes #26188. * Remove unnecessary color layer in header nav (same as header background). * Fix site description padding with header shadow. * Create the MediaElements players' time rail and volume container backgrounds with a semi-transparent color so that it adjusts with the player background color if that's changed. git-svn-id: https://develop.svn.wordpress.org/trunk@26579 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfourteen/style.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/wp-content/themes/twentyfourteen/style.css b/src/wp-content/themes/twentyfourteen/style.css index 87dece3ca1..04ada4cc51 100644 --- a/src/wp-content/themes/twentyfourteen/style.css +++ b/src/wp-content/themes/twentyfourteen/style.css @@ -946,7 +946,6 @@ span + .edit-link:before, /* Primary Navigation */ .primary-navigation { - background-color: #000; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; @@ -1319,7 +1318,7 @@ a.post-thumbnail:hover { .hentry .mejs-controls .mejs-time-rail .mejs-time-total, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total { - background: #595959; + background: rgba(255,255,255,.33); } .hentry .mejs-container .mejs-controls .mejs-time { @@ -3291,7 +3290,6 @@ a.post-thumbnail:hover { /* Fixed Header */ .masthead-fixed .site-header { - box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2); position: fixed; top: 0; }