Make WordPress Core

Changeset 31892


Ignore:
Timestamp:
03/25/2015 10:57:03 PM (10 years ago)
Author:
ocean90
Message:

Customizer Theme Switcher: Reset font size of theme names in overlay. Apply left position only to themes section.

see #31303.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/customize-controls.css

    r31698 r31892  
    902902}
    903903
     904#customize-controls .theme-overlay .theme-name {
     905    font-size: 32px;
     906}
     907
    904908.wp-customizer .theme-browser .theme.active .theme-name {
    905909    padding-right: 15px;
     
    921925}
    922926
    923 #customize-theme-controls .control-section.current-panel > h3.accordion-section-title {
     927#customize-theme-controls .control-section-themes.current-panel > h3.accordion-section-title {
    924928    left: 0;
    925929}
Note: See TracChangeset for help on using the changeset viewer.