wp/wp-admin/css/media.css
changeset 18 be944660c56a
parent 16 a86126ab1dd4
child 19 3d72ae0968f4
--- a/wp/wp-admin/css/media.css	Tue Dec 15 15:52:01 2020 +0100
+++ b/wp/wp-admin/css/media.css	Wed Sep 21 18:19:35 2022 +0200
@@ -5,7 +5,7 @@
 .media-item .describe {
 	border-collapse: collapse;
 	width: 100%;
-	border-top: 1px solid #ddd;
+	border-top: 1px solid #dcdcde;
 	clear: both;
 	cursor: default;
 }
@@ -51,6 +51,14 @@
 	max-width: 128px;
 }
 
+.media-list-subtitle {
+	display: block;
+}
+
+.media-list-title {
+	display: block;
+}
+
 #wpbody-content #async-upload-wrap a {
 	display: none;
 }
@@ -96,7 +104,6 @@
 	padding: 0 0 0 5px;
 }
 
-.media-item .edit-attachment,
 .describe-toggle-on,
 .describe-toggle-off {
 	display: block;
@@ -105,6 +112,39 @@
 	margin-right: 10px;
 }
 
+.media-item-wrapper {
+	display: grid;
+	grid-template-columns: 1fr 1fr;
+}
+
+.media-item .attachment-tools {
+	display: flex;
+	justify-content: flex-end;
+	align-items: center;
+}
+
+.media-item .edit-attachment {
+	padding: 14px 0;
+	display: block;
+	margin-right: 10px;
+}
+
+.media-item .edit-attachment.copy-to-clipboard-container {
+	margin-top: 0;
+}
+
+.media-item-copy-container .success {
+	line-height: 0;
+}
+
+.media-item button .copy-attachment-url {
+	margin-top: 14px;
+}
+
+.media-item .copy-to-clipboard-container {
+	margin-top: 7px;
+}
+
 .media-item .describe-toggle-off,
 .media-item.open .describe-toggle-on {
 	display: none;
@@ -115,7 +155,7 @@
 }
 
 .media-upload-form .media-item {
-	min-height: 36px;
+	min-height: 70px;
 	margin-bottom: 1px;
 	position: relative;
 	width: 100%;
@@ -124,7 +164,7 @@
 
 .media-upload-form .media-item,
 .media-upload-form .media-item .error {
-	box-shadow: 0 1px 0 #ddd;
+	box-shadow: 0 1px 0 #dcdcde;
 }
 
 #media-items:empty {
@@ -132,16 +172,16 @@
 }
 
 .media-item .filename {
-	line-height: 2.76923076;
+	padding: 14px 0;
 	overflow: hidden;
 	margin-left: 6px;
 }
 
 .media-item .pinkynail {
 	float: left;
-	margin: 2px 10px 0 3px;
-	max-width: 40px;
-	max-height: 32px;
+	margin: 0 10px 0 0;
+	max-height: 70px;
+	max-width: 70px;
 }
 
 .media-item .startopen,
@@ -163,7 +203,7 @@
 	padding: 0;
 	overflow: hidden;
 	border-radius: 22px;
-	background: #ddd;
+	background: #dcdcde;
 	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
 }
 
@@ -173,7 +213,7 @@
 	height: 100%;
 	margin-top: -22px;
 	border-radius: 22px;
-	background-color: #0073aa;
+	background-color: #2271b1;
 	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
 }
 
@@ -201,6 +241,10 @@
 	display: block;
 }
 
+#html-upload-ui #async-upload {
+	font-size: 1em;
+}
+
 .media-upload-form .media-item.error,
 .media-upload-form .media-item .error {
 	width: auto;
@@ -209,6 +253,7 @@
 
 .media-upload-form .media-item .error {
 	padding: 10px 0 10px 14px;
+	min-height: 50px;
 }
 
 .media-item .error-div button.dismiss {
@@ -234,8 +279,8 @@
 }
 
 .find-box-head {
-	background: #fcfcfc;
-	border-bottom: 1px solid #ddd;
+	background: #fff;
+	border-bottom: 1px solid #dcdcde;
 	height: 36px;
 	font-size: 18px;
 	font-weight: 600;
@@ -301,18 +346,18 @@
 	cursor: pointer;
 	text-align: center;
 	background: none;
-	color: #666;
+	color: #646970;
 }
 
 #find-posts-close:hover,
 #find-posts-close:focus {
-	color: #006799;
+	color: #135e96;
 }
 
 #find-posts-close:focus {
 	box-shadow:
-		0 0 0 1px #5b9dd9,
-		0 0 2px 1px rgba(30, 140, 190, 0.8);
+		0 0 0 1px #4f94d4,
+		0 0 2px 1px rgba(79, 148, 212, 0.8);
 	/* Only visible in Windows High Contrast mode */
 	outline: 2px solid transparent;
 	outline-offset: -2px;
@@ -321,7 +366,7 @@
 #find-posts-close:before {
 	font: normal 20px/36px dashicons;
 	vertical-align: top;
-	speak: none;
+	speak: never;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
 	content: "\f158";
@@ -329,8 +374,8 @@
 
 .find-box-buttons {
 	padding: 8px 16px;
-	background: #fcfcfc;
-	border-top: 1px solid #ddd;
+	background: #fff;
+	border-top: 1px solid #dcdcde;
 	position: absolute;
 	bottom: 0;
 	left: 0;
@@ -369,7 +414,7 @@
 }
 
 .drag-drop #drag-drop-area {
-	border: 4px dashed #b4b9be;
+	border: 4px dashed #c3c4c7;
 	height: 200px;
 }
 
@@ -403,7 +448,7 @@
 }
 border color while dragging a file over the uploader drop area */
 .drag-drop.drag-over #drag-drop-area {
-	border-color: #83b4d8;
+	border-color: #9ec2e6;
 }
 
 #plupload-upload-ui {
@@ -416,7 +461,8 @@
 
 .media-frame.mode-grid,
 .media-frame.mode-grid .media-frame-content,
-.media-frame.mode-grid .attachments-browser .attachments,
+.media-frame.mode-grid .attachments-browser:not(.has-load-more) .attachments,
+.media-frame.mode-grid .attachments-browser.has-load-more .attachments-wrapper,
 .media-frame.mode-grid .uploader-inline-content {
 	position: static;
 }
@@ -438,7 +484,7 @@
 	width: auto;
 	margin-top: 12px;
 	padding: 0 16px;
-	border-left: 4px solid #dd3d36;
+	border-left: 4px solid #d63638;
 	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
 	background-color: #fff;
 }
@@ -471,12 +517,12 @@
 	content: "\f153";
 	display: block;
 	font: normal 16px/1 dashicons;
-	color: #72777c;
+	color: #787c82;
 }
 
 .upload-php .mode-grid .media-sidebar .media-uploader-status .upload-dismiss-errors:focus:before,
 .upload-php .mode-grid .media-sidebar .media-uploader-status .upload-dismiss-errors:hover:before {
-	color: #c00;
+	color: #d63638;
 }
 
 .upload-php .mode-grid .media-sidebar .media-uploader-status.errors h2 {
@@ -491,10 +537,11 @@
 	bottom: auto;
 	padding-top: 0;
 	margin-top: 20px;
-	border: 4px dashed #b4b9be;
+	border: 4px dashed #c3c4c7;
 }
 
-.media-frame.mode-select .attachments-browser.fixed .attachments {
+.media-frame.mode-select .attachments-browser.fixed:not(.has-load-more) .attachments,
+.media-frame.mode-select .attachments-browser.has-load-more.fixed .attachments-wrapper {
 	position: relative;
 	top: 94px; /* prevent jumping up when the toolbar becomes fixed */
 	padding-bottom: 94px; /* offset for above so the bottom doesn't get cut off */
@@ -504,8 +551,8 @@
 .media-frame.mode-grid .selected.attachment:focus,
 .media-frame.mode-grid .attachment.details:focus {
 	box-shadow:
-		inset 0 0 2px 3px #f1f1f1,
-		inset 0 0 0 7px #5b9dd9;
+		inset 0 0 2px 3px #f0f0f1,
+		inset 0 0 0 7px #4f94d4;
 	/* Only visible in Windows High Contrast mode */
 	outline: 2px solid transparent;
 	outline-offset: -6px;
@@ -513,14 +560,14 @@
 
 .media-frame.mode-grid .selected.attachment {
 	box-shadow:
-		inset 0 0 0 5px #f1f1f1,
-		inset 0 0 0 7px #ccc;
+		inset 0 0 0 5px #f0f0f1,
+		inset 0 0 0 7px #c3c4c7;
 }
 
 .media-frame.mode-grid .attachment.details {
 	box-shadow:
-		inset 0 0 0 3px #f1f1f1,
-		inset 0 0 0 7px #1e8cbe;
+		inset 0 0 0 3px #f0f0f1,
+		inset 0 0 0 7px #4f94d4;
 }
 
 .media-frame.mode-grid.mode-select .attachment .thumbnail {
@@ -585,7 +632,7 @@
 }
 
 .media-frame.mode-grid .attachments-browser .no-media {
-	color: #666; /* same as no plugins and no themes */
+	color: #646970; /* same as no plugins and no themes */
 	font-size: 18px;
 	font-style: normal;
 	margin: 0;
@@ -616,7 +663,7 @@
 .edit-attachment-frame .edit-media-header .left,
 .edit-attachment-frame .edit-media-header .right {
 	cursor: pointer;
-	color: #72777c;
+	color: #787c82;
 	background-color: transparent;
 	height: 50px;
 	width: 50px;
@@ -624,7 +671,7 @@
 	position: absolute;
 	text-align: center;
 	border: 0;
-	border-left: 1px solid #ddd;
+	border-left: 1px solid #dcdcde;
 	transition: color .1s ease-in-out, background .1s ease-in-out;
 }
 
@@ -659,8 +706,8 @@
 .edit-attachment-frame .edit-media-header .right:hover,
 .edit-attachment-frame .edit-media-header .left:focus,
 .edit-attachment-frame .edit-media-header .right:focus {
-	background: #ddd;
-	border-color: #ccc;
+	background: #dcdcde;
+	border-color: #c3c4c7;
 	color: #000;
 	outline: none;
 	box-shadow: none;
@@ -689,7 +736,7 @@
 
 .edit-attachment-frame .edit-media-header [disabled],
 .edit-attachment-frame .edit-media-header [disabled]:hover {
-	color: #ccc;
+	color: #c3c4c7;
 	background: inherit;
 	cursor: default;
 }
@@ -733,7 +780,7 @@
 	max-width: 100%;
 	max-height: 90%;
 	max-height: calc( 100% - 42px ); /* leave space for actions underneath */
-	background-image: linear-gradient(45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4), linear-gradient(45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4);
+	background-image: linear-gradient(45deg, #c3c4c7 25%, transparent 25%, transparent 75%, #c3c4c7 75%, #c3c4c7), linear-gradient(45deg, #c3c4c7 25%, transparent 25%, transparent 75%, #c3c4c7 75%, #c3c4c7);
 	background-position: 0 0, 10px 10px;
 	background-size: 20px 20px;
 }
@@ -765,8 +812,8 @@
 	height: 100%;
 	box-shadow: inset 0px 4px 4px -4px rgba(0, 0, 0, 0.1);
 	border-bottom: 0;
-	border-left: 1px solid #ddd;
-	background: #f3f3f3;
+	border-left: 1px solid #dcdcde;
+	background: #f6f7f7;
 }
 
 .edit-attachment-frame .attachment-info .details,
@@ -776,12 +823,12 @@
 	float: none;
 	margin-bottom: 15px;
 	padding-bottom: 15px;
-	border-bottom: 1px solid #ddd;
+	border-bottom: 1px solid #dcdcde;
 }
 
 .edit-attachment-frame .attachment-info .filename {
 	font-weight: 400;
-	color: #666;
+	color: #646970;
 }
 
 .edit-attachment-frame .attachment-info .thumbnail {
@@ -804,7 +851,12 @@
 	clear: both;
 }
 
+.copy-to-clipboard-container .copy-attachment-url {
+	white-space: normal;
+}
+
 .copy-to-clipboard-container .success {
+	color: #008a20;
 	margin-left: 8px;
 }
 
@@ -909,7 +961,7 @@
 .imgedit-settings .disabled {
 	/* WCAG 1.4.3 Text or images of text that are part of an inactive user
 	   interface component ... have no contrast requirement. */
-	color: #a0a5aa;
+	color: #a7aaad;
 }
 
 .A1B1 {
@@ -953,7 +1005,7 @@
 .imgedit-menu .button:before {
 	font: normal 16px/1 dashicons;
 	margin-right: 8px;
-	speak: none;
+	speak: never;
 	vertical-align: middle;
 	position: relative;
 	top: -2px;
@@ -962,9 +1014,9 @@
 }
 
 .imgedit-menu .button.disabled {
-	color: #a0a5aa;
-	border-color: #ddd;
-	background: #f7f7f7;
+	color: #a7aaad;
+	border-color: #dcdcde;
+	background: #f6f7f7;
 	box-shadow: none;
 	text-shadow: 0 1px 0 #fff;
 	cursor: default;
@@ -1004,7 +1056,7 @@
 }
 
 .imgedit-crop-wrap img {
-	background-image: linear-gradient(45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4), linear-gradient(45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4);
+	background-image: linear-gradient(45deg, #c3c4c7 25%, transparent 25%, transparent 75%, #c3c4c7 75%, #c3c4c7), linear-gradient(45deg, #c3c4c7 25%, transparent 25%, transparent 75%, #c3c4c7 75%, #c3c4c7);
 	background-position: 0 0, 10px 10px;
 	background-size: 20px 20px;
 }
@@ -1055,7 +1107,7 @@
 
 #poststuff .imgedit-group-top .button-link {
 	text-decoration: none;
-	color: #23282d;
+	color: #1d2327;
 }
 
 .imgedit-applyto .imgedit-label {
@@ -1080,7 +1132,7 @@
 	margin: -1px 0 0 -1px;
 	padding: 0;
 	background: transparent;
-	color: #0074a2;
+	color: #2271b1;
 	font-size: 20px;
 	line-height: 1;
 	cursor: pointer;
@@ -1089,9 +1141,9 @@
 }
 
 .image-editor .imgedit-settings .imgedit-help-toggle:focus {
-	color: #0074a2;
-	border-color: #5b9dd9;
-	box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);
+	color: #2271b1;
+	border-color: #4f94d4;
+	box-shadow: 0 0 3px rgba(34, 113, 177, 0.8);
 	/* Only visible in Windows High Contrast mode */
 	outline: 2px solid transparent;
 }
@@ -1115,7 +1167,7 @@
 }
 
 span.imgedit-scale-warn {
-	color: #dc3232;
+	color: #d63638;
 	font-size: 20px;
 	font-style: normal;
 	visibility: hidden;
@@ -1152,7 +1204,7 @@
 	width: 7px;
 	text-align: center;
 	font-size: 13px;
-	color: #444;
+	color: #3c434a;
 }
 
 .imgedit-settings .imgedit-scale-button-wrapper {
@@ -1169,15 +1221,19 @@
 	max-width: 100%;
 }
 
-.mejs-container {
+.wp-core-ui .mejs-container {
 	width: 100%;
 	max-width: 100%;
 }
 
-.mejs-container .mejs-controls {
+.wp-core-ui .mejs-container * {
 	box-sizing: border-box;
 }
 
+.wp-core-ui .mejs-time {
+	box-sizing: content-box;
+}
+
 /* =Media Queries
 -------------------------------------------------------------- */
 
@@ -1232,6 +1288,12 @@
 	}
 }
 
+@media only screen and (max-width: 600px) {
+	.media-item-wrapper {
+		grid-template-columns: 1fr;
+	}
+}
+
 /**
  * Media queries for media grid.
  */