Ticket #35457: 35457.7.patch
File 35457.7.patch, 735 bytes (added by , 8 years ago) |
---|
-
src/wp-admin/css/common.css
602 602 font-weight: 600; 603 603 font-size: 13px; 604 604 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 */ 605 606 cursor: pointer; 606 607 outline: 0; 607 608 } … … 613 614 color: #fff; 614 615 } 615 616 617 /* lower specificity: color needs to be overridden by :hover and :active */ 618 .page-title-action:focus { 619 color: #124964; 620 } 621 616 622 .wrap .page-title-action:focus { 617 623 border-color: #5b9dd9; 618 624 -webkit-box-shadow: 0 0 2px rgba( 30, 140, 190, 0.8 );