Ticket #24364: 24364.patch
| File 24364.patch, 2.0 KB (added by , 13 years ago) |
|---|
-
wp-admin/css/wp-admin.css
5552 5552 width: 25em; 5553 5553 } 5554 5554 5555 /* Fix yellow backgrounds on input elements where the autofill was removed */ 5556 input.no-webkit-autofill, 5557 input.no-webkit-autofill:focus { 5558 -webkit-box-shadow: 0 0 0 500px #fff inset; 5559 box-shadow: 0 0 0 500px #fff inset; 5560 } 5561 5555 5562 /*------------------------------------------------------------------------------ 5556 5563 19.0 - Tools 5557 5564 ------------------------------------------------------------------------------*/ -
wp-admin/js/user-profile.js
73 73 }); 74 74 }); 75 75 } 76 77 setTimeout( function() { 78 $('#your-profile input:-webkit-autofill').filter('input[type="text"]:last, input[type="password"]:first') 79 .addClass('no-webkit-autofill').val(''); 80 }, 100 ); 81 76 82 }); 77 83 78 84 })(jQuery); -
wp-login.php
500 500 login_header(__('Reset Password'), '<p class="message reset-pass">' . __('Enter your new password below.') . '</p>', $errors ); 501 501 502 502 ?> 503 <form name="resetpassform" id="resetpassform" action="<?php echo esc_url( site_url( 'wp-login.php?action=resetpass&key=' . urlencode( $_GET['key'] ) . '&login=' . urlencode( $_GET['login'] ), 'login_post' ) ); ?>" method="post" >503 <form name="resetpassform" id="resetpassform" action="<?php echo esc_url( site_url( 'wp-login.php?action=resetpass&key=' . urlencode( $_GET['key'] ) . '&login=' . urlencode( $_GET['login'] ), 'login_post' ) ); ?>" method="post" autocomplete="off"> 504 504 <input type="hidden" id="user_login" value="<?php echo esc_attr( $_GET['login'] ); ?>" autocomplete="off" /> 505 505 506 506 <p>
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)