summaryrefslogtreecommitdiffstats
path: root/wp-admin/css/media-rtl.css
diff options
context:
space:
mode:
Diffstat (limited to 'wp-admin/css/media-rtl.css')
-rw-r--r--wp-admin/css/media-rtl.css19
1 files changed, 9 insertions, 10 deletions
diff --git a/wp-admin/css/media-rtl.css b/wp-admin/css/media-rtl.css
index 116b83b..6212f13 100644
--- a/wp-admin/css/media-rtl.css
+++ b/wp-admin/css/media-rtl.css
@@ -357,9 +357,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;
@@ -457,6 +455,10 @@ border color while dragging a file over the uploader drop area */
position: relative;
}
+.post-type-attachment .wp-filter select {
+ margin: 0 0 0 6px;
+}
+
/**
* Media Library grid view
*/
@@ -534,9 +536,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;
@@ -840,7 +840,7 @@ border color while dragging a file over the uploader drop area */
}
.copy-to-clipboard-container .success {
- color: #008a20;
+ color: #007017;
margin-right: 8px;
}
@@ -1173,8 +1173,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;
}
@@ -1273,7 +1273,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);