Make WordPress Core

Ticket #29976: 29976.2.diff

File 29976.2.diff, 2.8 KB (added by iamtakashi, 9 years ago)

Updated patch

  • wp-content/themes/twentyfifteen/inc/customizer.php

     
    275275                .pagination .next,
    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,
    280283                .entry-content .page-links a:focus,
     
    289292                input[type="submit"],
    290293                .pagination .prev,
    291294                .pagination .next,
     295                .widget_calendar tbody a,
    292296                .page-links a,
    293297                .sticky-post {
    294298                        background-color: %4$s;
     
    299303                blockquote cite,
    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,
    308314                .comment-metadata a:hover,
     
    340346                .pagination .prev: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 {
    345353                        background-color: %4$s; /* Fallback for IE7 and IE8 */
     
    348356
    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,
    361364                .post-navigation a:focus .post-title,
     
    363366                .image-navigation a,
    364367                .comment-navigation,
    365368                .comment-navigation a,
     369                .widget,
    366370                .entry-content a:hover,
    367371                .entry-content a:focus,
    368372                .entry-summary a:hover,
     
    416420                }
    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;
    422428                }
     
    429435                td,
    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,
    438450                .hentry + .hentry,
     
    546558                        /* Sidebar Text Color */
    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,
    553565                        .widget .gallery-caption {