Make WordPress Core

Ticket #33141: 33141.diff

File 33141.diff, 295 bytes (added by mauteri, 9 years ago)

Another option is to make the font-sze 14px rather than 16px (I noticed the issue on in Themes). The other search boxes in Posts, Users, etc are 14px and the "X" displays fine. Patch attached.

  • wp-admin/css/themes.css

    diff --git a/wp-admin/css/themes.css b/wp-admin/css/themes.css
    index 3121a1e..1187a9f 100644
    a b  
    3232        left: 20px;
    3333        margin: 0;
    3434        width: 280px;
    35         font-size: 16px;
     35        font-size: 14px;
    3636        font-weight: 300;
    3737        line-height: 1.5;
    3838}