Make WordPress Core

Changeset 26579


Ignore:
Timestamp:
12/03/2013 06:50:20 PM (12 years ago)
Author:
lancewillett
Message:

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.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/style.css

    r26573 r26579  
    947947
    948948.primary-navigation {
    949     background-color: #000;
    950949    -webkit-box-sizing: border-box;
    951950    -moz-box-sizing:    border-box;
     
    13201319.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
    13211320.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    1322     background: #595959;
     1321    background: rgba(255,255,255,.33);
    13231322}
    13241323
     
    32923291
    32933292    .masthead-fixed .site-header {
    3294         box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
    32953293        position: fixed;
    32963294        top: 0;
Note: See TracChangeset for help on using the changeset viewer.