Changeset 36014
- Timestamp:
- 12/18/2015 11:50:13 PM (9 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/css/wp-auth-check.css
r35925 r36014 88 88 #wp-auth-check-wrap .wp-auth-check-close { 89 89 position: absolute; 90 top: 8px;91 right: 8px;90 top: 5px; 91 right: 5px; 92 92 height: 22px; 93 93 width: 22px; 94 c ursor: pointer;94 color: #72777c; 95 95 } 96 96 97 97 #wp-auth-check-wrap .wp-auth-check-close:before { 98 98 content: "\f158"; 99 display: block !important; 100 font: normal 20px/1 dashicons; 99 font: normal 20px/22px dashicons; 101 100 speak: none; 102 height: 22px;103 margin: 2px 0;104 text-align: center;105 width: 22px;106 color: #777;107 101 -webkit-font-smoothing: antialiased !important; 108 102 -moz-osx-font-smoothing: grayscale; 109 103 } 110 104 111 #wp-auth-check-wrap .wp-auth-check-close:hover:before { 105 #wp-auth-check-wrap .wp-auth-check-close:hover, 106 #wp-auth-check-wrap .wp-auth-check-close:focus { 112 107 color: #0073aa; 113 }114 115 #wp-auth-check-wrap .wp-auth-check-close:focus {116 outline: 1px dotted #82878c;117 108 } 118 109 -
trunk/src/wp-includes/functions.php
r35925 r36014 4935 4935 <div id="wp-auth-check-bg"></div> 4936 4936 <div id="wp-auth-check"> 4937 < div class="wp-auth-check-close" tabindex="0" title="<?php esc_attr_e('Close'); ?>"></div>4937 <button type="button" class="wp-auth-check-close button-link"><span class="screen-reader-text"><?php _e( 'Close dialog' ); ?></span></button> 4938 4938 <?php 4939 4939
Note: See TracChangeset
for help on using the changeset viewer.