Ticket #29147: 29147.4.diff
| File 29147.4.diff, 1006 bytes (added by , 11 years ago) |
|---|
-
src/wp-admin/css/media.css
690 690 background: #ddd; 691 691 border-color: #ccc; 692 692 color: #000; 693 outline: none; 693 694 } 694 695 695 696 .upload-php .media-modal-close:focus .media-modal-icon:before, -
src/wp-admin/css/themes.css
478 478 .theme-overlay .theme-header .close:focus, 479 479 .theme-overlay .theme-header .right:focus, 480 480 .theme-overlay .theme-header .left:focus { 481 -webkit-box-shadow: 482 0 0 0 1px #5b9dd9, 483 0 0 2px 1px rgba(30, 140, 190, .8); 484 box-shadow: 485 0 0 0 1px #5b9dd9, 486 0 0 2px 1px rgba(30, 140, 190, .8); 481 -webkit-box-shadow: none; 482 box-shadow: none; 483 outline: none; 487 484 } 488 485 489 486 .theme-overlay .theme-header .left.disabled,