Update WP and plugins

This commit is contained in:
Oliver Davies 2019-04-16 20:56:22 +01:00
parent 10a4713229
commit 1fb77fc4ff
864 changed files with 101724 additions and 78262 deletions

View file

@ -211,8 +211,7 @@
padding: 10px 14px 10px 0;
}
.media-item .error-div a.dismiss {
display: block;
.media-item .error-div button.dismiss {
float: left;
margin: 0 15px 0 10px;
}
@ -311,10 +310,12 @@
}
#find-posts-close:focus {
outline: none;
box-shadow:
0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8);
/* Only visible in Windows High Contrast mode */
outline: 2px solid transparent;
outline-offset: -2px;
}
#find-posts-close:before {
@ -336,13 +337,13 @@
left: 0;
}
@media screen and ( max-width: 782px ) {
@media screen and (max-width: 782px) {
.find-box-inside {
bottom: 57px;
}
}
@media screen and ( max-width: 660px ) {
@media screen and (max-width: 660px) {
.find-box {
top: 0;
@ -461,7 +462,7 @@ border color while dragging a file over the uploader drop area */
margin-top: 12px;
padding: 0 16px;
border-right: 4px solid #dd3d36;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
background-color: #fff;
}
@ -529,7 +530,9 @@ border color while dragging a file over the uploader drop area */
box-shadow:
inset 0 0 2px 3px #f1f1f1,
inset 0 0 0 7px #5b9dd9;
outline: none;
/* Only visible in Windows High Contrast mode */
outline: 2px solid transparent;
outline-offset: -6px;
}
.media-frame.mode-grid .selected.attachment {
@ -682,6 +685,14 @@ border color while dragging a file over the uploader drop area */
box-shadow: none;
}
.upload-php .media-modal-close:focus,
.edit-attachment-frame .edit-media-header .left:focus,
.edit-attachment-frame .edit-media-header .right:focus {
/* Only visible in Windows High Contrast mode */
outline: 2px solid transparent;
outline-offset: -2px;
}
.upload-php .media-modal-close:focus .media-modal-icon:before,
.upload-php .media-modal-close:hover .media-modal-icon:before {
color: #000;
@ -1080,8 +1091,9 @@ border color while dragging a file over the uploader drop area */
.image-editor .imgedit-settings .imgedit-help-toggle:focus {
color: #0074a2;
border-color: #5b9dd9;
outline: none;
box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );
/* Only visible in Windows High Contrast mode */
outline: 2px solid transparent;
}
.form-table td.imgedit-response {
@ -1164,7 +1176,7 @@ audio, video {
}
}
@media screen and ( max-width: 782px ) {
@media screen and (max-width: 782px) {
.wp_attachment_details label[for="content"] {
font-size: 14px;
line-height: 1.5em;
@ -1208,7 +1220,7 @@ audio, video {
}
}
@media only screen and ( max-width: 782px ) {
@media only screen and (max-width: 782px) {
.media-frame.mode-select .attachments-browser.fixed .media-toolbar {
top: 46px;
left: 10px;