Plugin Updates
This commit is contained in:
@@ -356,9 +356,7 @@
|
||||
}
|
||||
|
||||
#find-posts-close:focus {
|
||||
box-shadow:
|
||||
0 0 0 1px #4f94d4,
|
||||
0 0 2px 1px rgba(79, 148, 212, 0.8);
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
outline-offset: -2px;
|
||||
@@ -456,6 +454,10 @@ border color while dragging a file over the uploader drop area */
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.post-type-attachment .wp-filter select {
|
||||
margin: 0 6px 0 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Media Library grid view
|
||||
*/
|
||||
@@ -533,9 +535,7 @@ border color while dragging a file over the uploader drop area */
|
||||
.media-frame.mode-grid .attachment:focus,
|
||||
.media-frame.mode-grid .selected.attachment:focus,
|
||||
.media-frame.mode-grid .attachment.details:focus {
|
||||
box-shadow:
|
||||
inset 0 0 2px 3px #f0f0f1,
|
||||
inset 0 0 0 7px #4f94d4;
|
||||
box-shadow: inset 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
outline-offset: -6px;
|
||||
@@ -839,7 +839,7 @@ border color while dragging a file over the uploader drop area */
|
||||
}
|
||||
|
||||
.copy-to-clipboard-container .success {
|
||||
color: #008a20;
|
||||
color: #007017;
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
@@ -1172,8 +1172,8 @@ border color while dragging a file over the uploader drop area */
|
||||
|
||||
.image-editor .imgedit-settings .imgedit-help-toggle:focus {
|
||||
color: #2271b1;
|
||||
border-color: #4f94d4;
|
||||
box-shadow: 0 0 3px rgba(34, 113, 177, 0.8);
|
||||
border-color: #2271b1;
|
||||
box-shadow: 0 0 0 1px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
@@ -1272,7 +1272,6 @@ audio, video {
|
||||
* HiDPI Displays
|
||||
*/
|
||||
@media print,
|
||||
(-webkit-min-device-pixel-ratio: 1.25),
|
||||
(min-resolution: 120dpi) {
|
||||
.imgedit-wait:before {
|
||||
background-image: url(../images/spinner-2x.gif);
|
||||
|
||||
Reference in New Issue
Block a user