Make WordPress Core


Ignore:
Timestamp:
04/01/2015 09:41:36 PM (11 years ago)
Author:
lancewillett
Message:

Twenty Eleven: add postMessage support for header_textcolor to improve the user experience in the Customizer.

Fixes #24128, props kovshenin, jcastaneda, and lancewillett.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyeleven/functions.php

    r31267 r31971  
    252252        #site-title,
    253253        #site-description {
    254             position: absolute !important;
     254            position: absolute;
    255255            clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    256256            clip: rect(1px, 1px, 1px, 1px);
     
    262262        #site-title a,
    263263        #site-description {
    264             color: #<?php echo $text_color; ?> !important;
     264            color: #<?php echo $text_color; ?>;
    265265        }
    266266    <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.