Ticket #38674: 38674.1.patch
File 38674.1.patch, 1.6 KB (added by , 8 years ago) |
---|
-
wp-admin/css/common.css
1565 1565 display: none; 1566 1566 } 1567 1567 1568 .toggle-hidden-updates.button-link { 1569 color: #0073aa; 1570 outline: 0; 1571 -webkit-transition-property: border, background, color; 1572 transition-property: border, background, color; 1573 -webkit-transition-duration: .05s; 1574 transition-duration: .05s; 1575 -webkit-transition-timing-function: ease-in-out; 1576 transition-timing-function: ease-in-out; 1577 } 1578 1579 .toggle-hidden-updates.button-link:active, 1580 .toggle-hidden-updates .button-link:hover { 1581 color: #00a0d2; 1582 } 1583 1584 .toggle-hidden-updates.button-link:focus { 1585 color: #124964; 1586 -webkit-box-shadow: 1587 0 0 0 1px #5b9dd9, 1588 0 0 2px 1px rgba(30, 140, 190, .8); 1589 box-shadow: 1590 0 0 0 1px #5b9dd9, 1591 0 0 2px 1px rgba(30, 140, 190, .8); 1592 } 1593 1568 1594 form.upgrade { 1569 1595 margin-top: 8px; 1570 1596 } -
wp-admin/update-core.php
131 131 }); 132 132 </script> 133 133 <?php 134 echo '<p class="hide-if-no-js">< a id="show-dismissed" href="#">'.__('Show hidden updates').'</a></p>';134 echo '<p class="hide-if-no-js"><button class="toggle-hidden-updates button-link" id="show-dismissed">'.__('Show hidden updates').'</button></p>'; 135 135 echo '<ul id="dismissed-updates" class="core-updates dismissed">'; 136 136 foreach ( (array) $dismissed as $update) { 137 137 echo '<li>';