Make WordPress Core


Ignore:
Timestamp:
06/05/2012 08:57:02 PM (13 years ago)
Author:
nacin
Message:

Darken the hover/on states for the customizer section titles. Switch Collapse arrow and label. Improve text contrast. props helenyhou. fixes #20828.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/customize.php

    r20955 r21006  
    9797        <div id="customize-footer-actions" class="wp-full-overlay-footer">
    9898            <a href="#" class="collapse-sidebar button-secondary" title="<?php esc_attr_e('Collapse Sidebar'); ?>">
     99                <span class="collapse-sidebar-arrow"></span>
    99100                <span class="collapse-sidebar-label"><?php _e('Collapse'); ?></span>
    100                 <span class="collapse-sidebar-arrow"></span>
    101101            </a>
    102102        </div>
Note: See TracChangeset for help on using the changeset viewer.