Make WordPress Core

Ticket #41986: 41986.2.patch

File 41986.2.patch, 578 bytes (added by emailjoey, 13 months ago)

Cleaned up the CSS a bit for merge

  • src/wp-admin/css/common.css

    diff --git a/src/wp-admin/css/common.css b/src/wp-admin/css/common.css
    index da7243e949..fe8c188b28 100644
    a b code { 
    638638        color: #2271b1; /* use the standard color used for buttons */
    639639        background: #f6f7f7;
    640640        cursor: pointer;
     641
     642        display: inline-block;
     643        line-height: 2.15384615;
     644        min-height: 30px;
     645        padding: 0 10px;
     646        -webkit-appearance: none;
     647        border-radius: 3px;
     648        white-space: nowrap;
     649        box-sizing: border-box;
     650        font-weight: 400;
     651       
    641652}
    642653
    643654.wrap .wp-heading-inline + .page-title-action {