Changeset 37231
- Timestamp:
- 04/17/2016 04:57:54 PM (9 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/media.css
r36904 r37231 303 303 width: 36px; 304 304 height: 36px; 305 border: none; 306 padding: 0; 305 307 position: absolute; 306 308 top: 0; … … 308 310 cursor: pointer; 309 311 text-align: center; 312 background: none; 310 313 color: #666; 311 314 } 312 315 313 #find-posts-close:hover { 316 #find-posts-close:hover, 317 #find-posts-close:focus { 314 318 color: #00a0d2; 319 } 320 321 #find-posts-close:focus { 322 outline: none; 323 -webkit-box-shadow: 324 0 0 0 1px #5b9dd9, 325 0 0 2px 1px rgba(30, 140, 190, .8); 326 box-shadow: 327 0 0 0 1px #5b9dd9, 328 0 0 2px 1px rgba(30, 140, 190, .8); 315 329 } 316 330 -
trunk/src/wp-admin/includes/template.php
r37143 r37231 1487 1487 <div id="find-posts-head" class="find-box-head"> 1488 1488 <?php _e( 'Attach to existing content' ); ?> 1489 < div id="find-posts-close"></div>1489 <button type="button" id="find-posts-close"><span class="screen-reader-text"><?php _e( 'Close media attachment panel' ); ?></button> 1490 1490 </div> 1491 1491 <div class="find-box-inside">
Note: See TracChangeset
for help on using the changeset viewer.