Ticket #40578: 40578.diff
File 40578.diff, 923 bytes (added by , 8 years ago) |
---|
-
src/wp-admin/css/media.css
536 536 padding-bottom: 94px; /* offset for above so the bottom doesn't get cut off */ 537 537 } 538 538 539 .media-frame.mode- grid.attachment:focus,540 .media-frame.mode- grid.selected.attachment:focus,541 .media-frame.mode- grid.attachment.details:focus {539 .media-frame.mode-select .attachment:focus, 540 .media-frame.mode-select .selected.attachment:focus, 541 .media-frame.mode-select .attachment.details:focus { 542 542 -webkit-box-shadow: 543 543 inset 0 0 2px 3px #f1f1f1, 544 544 inset 0 0 0 7px #5b9dd9; … … 548 548 outline: none; 549 549 } 550 550 551 .wp-core-ui .attachment:focus { 552 -webkit-box-shadow: none; 553 box-shadow: none; 554 cursor: auto; 555 } 556 551 557 .media-frame.mode-grid .selected.attachment { 552 558 -webkit-box-shadow: 553 559 inset 0 0 0 5px #f1f1f1,