Make WordPress Core


Ignore:
Timestamp:
12/30/2014 10:29:18 AM (11 years ago)
Author:
lancewillett
Message:

Twenty Fifteen: more styles for multi-site forms.

Props iamtakashi, closes #30776.

File:
1 edited

Legend:

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

    r30896 r31001  
    328328    .page-header,
    329329    .page-content,
    330     .comments-area {
     330    .comments-area,
     331    .widecolumn {
    331332        background-color: {$colors['box_background_color']};
    332333    }
     
    459460    .wp-caption-text,
    460461    .gallery-caption,
    461     .comment-list .reply a {
     462    .comment-list .reply a,
     463    .widecolumn label,
     464    .widecolumn .mu_register label {
    462465        color: {$colors['textcolor']}; /* Fallback for IE7 and IE8 */
    463466        color: {$colors['secondary_textcolor']};
Note: See TracChangeset for help on using the changeset viewer.