Make WordPress Core

Changeset 25612


Ignore:
Timestamp:
09/24/2013 10:33:37 PM (11 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: fixes for accent color functionality, props celloexpressions. See #25220.

  • Apply the primary accent color to the current-time indicator for the mediaelements players.
  • Fix instances of the custom accent color CSS overriding white or black link colors that should have no text-color change on hover.
  • Remove text color from main navigation hover states for submenus and from main navigation top-level items.
  • Change the background color a bit more on hover for main navigation submenus.
Location:
trunk/src/wp-content/themes/twentyfourteen
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/inc/customizer.php

    r25500 r25612  
    130130        input[type="reset"]:focus,
    131131        input[type="submit"]:focus,
     132        .hentry .mejs-controls .mejs-time-rail .mejs-time-current,
    132133        .header-extra,
    133134        .search-toggle,
  • trunk/src/wp-content/themes/twentyfourteen/style.css

    r25611 r25612  
    10811081    background: #24890d;
    10821082    border: 1px solid #24890d;
     1083    color: #fff;
    10831084}
    10841085.page-links > span.page-links-title {
     
    15771578    background-color: #f5f5f5;
    15781579    border-top: 1px solid #000;
     1580    color: #2b2b2b;
    15791581}
    15801582.post-navigation,
     
    19281930    background-color: #35921f;
    19291931}
     1932.widget-area .widget_calendar a:hover {
     1933    color: #fff; /* Override custom accent color with more specific selector. */
     1934}
    19301935.widget_calendar table {
    19311936    border: 1px solid rgba(255, 255, 255, 0.2);
Note: See TracChangeset for help on using the changeset viewer.