Make WordPress Core

Ticket #33141: 33141.1.diff

File 33141.1.diff, 276 bytes (added by mauteri, 9 years ago)

Actually, removing the font-size from .themes-php .wp-filter-search may be better since it will just inherit the 14px font-size

  • wp-admin/css/themes.css

    diff --git a/wp-admin/css/themes.css b/wp-admin/css/themes.css
    index 3121a1e..00ecd70 100644
    a b  
    3232        left: 20px;
    3333        margin: 0;
    3434        width: 280px;
    35         font-size: 16px;
    3635        font-weight: 300;
    3736        line-height: 1.5;
    3837}