Make WordPress Core

Ticket #26630: 26630.4.patch

File 26630.4.patch, 749 bytes (added by ocean90, 12 years ago)
  • src/wp-admin/css/admin-menu.css

     
    348348        padding: 7px 0;
    349349        -webkit-transition: all .1s ease-in-out;
    350350        transition: all .1s ease-in-out;
     351
     352        /* Copy from .dashicons-before:before for back compat */
     353        display: inline-block;
     354        width: 20px;
     355        height: 20px;
     356        font-size: 20px;
     357        line-height: 1;
     358        font-family: "dashicons";
     359        text-decoration: inherit;
     360        font-weight: normal;
     361        font-style: normal;
     362        vertical-align: top;
     363        text-align: center;
     364        -webkit-font-smoothing: antialiased;
     365        -moz-osx-font-smoothing: grayscale;
    351366}
    352367
    353368#adminmenu div.wp-menu-image:before {