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.
Built from https://develop.svn.wordpress.org/trunk@26579


git-svn-id: http://core.svn.wordpress.org/trunk@26469 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2013-12-03 18:51:09 +00:00
parent c2bf2c73c6
commit d8f11f3465

View File

@ -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;
}