Make WordPress Core


Ignore:
Timestamp:
10/20/2014 06:56:19 PM (10 years ago)
Author:
iandstewart
Message:

Twenty Fifteen: correct styles for color schemes

Props iamtakashi, fixes #29976.

File:
1 edited

Legend:

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

    r29944 r29971  
    276276        .pagination .prev:before,
    277277        .pagination .next:before,
     278        .widget_calendar tbody a,
     279        .widget_calendar tbody a:hover,
     280        .widget_calendar tbody a:focus,
    278281        .entry-content .page-links a,
    279282        .entry-content .page-links a:hover,
     
    290293        .pagination .prev,
    291294        .pagination .next,
     295        .widget_calendar tbody a,
    292296        .page-links a,
    293297        .sticky-post {
     
    300304        blockquote small,
    301305        a,
     306        .dropdown-toggle:after,
    302307        .image-navigation a:hover,
    303308        .image-navigation a:focus,
    304309        .comment-navigation a:hover,
    305310        .comment-navigation a:focus,
     311        .widget-title,
    306312        .entry-footer a:hover,
    307313        .entry-footer a:focus,
     
    341347        .pagination .next:hover,
    342348        .pagination .next:focus,
     349        .widget_calendar tbody a:hover,
     350        .widget_calendar tbody a:focus,
    343351        .page-links a:hover,
    344352        .page-links a:focus {
     
    349357        /* Secondary Text Color */
    350358        blockquote,
    351         input[type="text"],
    352         input[type="email"],
    353         input[type="url"],
    354         input[type="password"],
    355         input[type="search"],
    356         textarea,
    357359        a:hover,
    358360        a:focus,
     361        .main-navigation .menu-item-description,
    359362        .post-navigation .meta-nav,
    360363        .post-navigation a:hover .post-title,
     
    364367        .comment-navigation,
    365368        .comment-navigation a,
     369        .widget,
    366370        .entry-content a:hover,
    367371        .entry-content a:focus,
     
    417421
    418422        /* Border Color */
    419         hr {
     423        hr,
     424        .dropdown-toggle:hover,
     425        .dropdown-toggle:focus {
    420426            background-color: %4$s; /* Fallback for IE7 and IE8 */
    421427            background-color: %6$s;
     
    430436        input,
    431437        textarea,
     438        .main-navigation ul,
     439        .main-navigation li,
    432440        .post-navigation,
    433441        .post-navigation .nav-previous:not(.has-post-thumbnail) + .nav-next:not(.has-post-thumbnail),
    434442        .pagination,
    435443        .comment-navigation,
     444        .widget li,
     445        .widget_categories .children,
     446        .widget_nav_menu .sub-menu,
     447        .widget_pages .children,
    436448        .site-header,
    437449        .site-footer,
     
    547559            .secondary a:hover,
    548560            .secondary a:focus,
     561            .main-navigation .menu-item-description,
    549562            .widget,
    550             .main-navigation .menu-item-description,
    551563            .widget blockquote,
    552564            .widget .wp-caption-text,
Note: See TracChangeset for help on using the changeset viewer.