Make WordPress Core

Ticket #35457: 35457.7.patch

File 35457.7.patch, 735 bytes (added by afercia, 8 years ago)
  • src/wp-admin/css/common.css

     
    602602        font-weight: 600;
    603603        font-size: 13px;
    604604        line-height: normal; /* IE8-IE11 need this for buttons */
     605        color: #0073aa; /* some of these controls are button elements and don't inherit from links */
    605606        cursor: pointer;
    606607        outline: 0;
    607608}
     
    613614        color: #fff;
    614615}
    615616
     617/* lower specificity: color needs to be overridden by :hover and :active */
     618.page-title-action:focus {
     619        color: #124964;
     620}
     621
    616622.wrap .page-title-action:focus {
    617623        border-color: #5b9dd9;
    618624        -webkit-box-shadow: 0 0 2px rgba( 30, 140, 190, 0.8 );