Make WordPress Core

Ticket #41986: 41986.patch

File 41986.patch, 641 bytes (added by emailjoey, 13 months ago)

patch button to match style of secondary buttons

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

    diff --git a/src/wp-admin/css/common.css b/src/wp-admin/css/common.css
    index da7243e949..911357c613 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        cursor: pointer;
     647        border-width: 1px;
     648        border-style: solid;
     649        -webkit-appearance: none;
     650        border-radius: 3px;
     651        white-space: nowrap;
     652        box-sizing: border-box;
     653        font-weight: 400;
     654       
    641655}
    642656
    643657.wrap .wp-heading-inline + .page-title-action {