4 ------------------------------------------------------------------------------*/ |
4 ------------------------------------------------------------------------------*/ |
5 |
5 |
6 .media-item .describe { |
6 .media-item .describe { |
7 border-collapse: collapse; |
7 border-collapse: collapse; |
8 width: 100%; |
8 width: 100%; |
9 border-top: 1px solid #ddd; |
9 border-top: 1px solid #dcdcde; |
10 clear: both; |
10 clear: both; |
11 cursor: default; |
11 cursor: default; |
12 } |
12 } |
13 |
13 |
14 .media-item.media-blank .describe { |
14 .media-item.media-blank .describe { |
95 .media-item .describe p.help { |
103 .media-item .describe p.help { |
96 margin: 0; |
104 margin: 0; |
97 padding: 0 5px 0 0; |
105 padding: 0 5px 0 0; |
98 } |
106 } |
99 |
107 |
100 .media-item .edit-attachment, |
|
101 .describe-toggle-on, |
108 .describe-toggle-on, |
102 .describe-toggle-off { |
109 .describe-toggle-off { |
103 display: block; |
110 display: block; |
104 line-height: 2.76923076; |
111 line-height: 2.76923076; |
105 float: left; |
112 float: left; |
106 margin-left: 10px; |
113 margin-left: 10px; |
107 } |
114 } |
108 |
115 |
|
116 .media-item-wrapper { |
|
117 display: grid; |
|
118 grid-template-columns: 1fr 1fr; |
|
119 } |
|
120 |
|
121 .media-item .attachment-tools { |
|
122 display: flex; |
|
123 justify-content: flex-end; |
|
124 align-items: center; |
|
125 } |
|
126 |
|
127 .media-item .edit-attachment { |
|
128 padding: 14px 0; |
|
129 display: block; |
|
130 margin-left: 10px; |
|
131 } |
|
132 |
|
133 .media-item .edit-attachment.copy-to-clipboard-container { |
|
134 margin-top: 0; |
|
135 } |
|
136 |
|
137 .media-item-copy-container .success { |
|
138 line-height: 0; |
|
139 } |
|
140 |
|
141 .media-item button .copy-attachment-url { |
|
142 margin-top: 14px; |
|
143 } |
|
144 |
|
145 .media-item .copy-to-clipboard-container { |
|
146 margin-top: 7px; |
|
147 } |
|
148 |
109 .media-item .describe-toggle-off, |
149 .media-item .describe-toggle-off, |
110 .media-item.open .describe-toggle-on { |
150 .media-item.open .describe-toggle-on { |
111 display: none; |
151 display: none; |
112 } |
152 } |
113 |
153 |
114 .media-item.open .describe-toggle-off { |
154 .media-item.open .describe-toggle-off { |
115 display: block; |
155 display: block; |
116 } |
156 } |
117 |
157 |
118 .media-upload-form .media-item { |
158 .media-upload-form .media-item { |
119 min-height: 36px; |
159 min-height: 70px; |
120 margin-bottom: 1px; |
160 margin-bottom: 1px; |
121 position: relative; |
161 position: relative; |
122 width: 100%; |
162 width: 100%; |
123 background: #fff; |
163 background: #fff; |
124 } |
164 } |
125 |
165 |
126 .media-upload-form .media-item, |
166 .media-upload-form .media-item, |
127 .media-upload-form .media-item .error { |
167 .media-upload-form .media-item .error { |
128 box-shadow: 0 1px 0 #ddd; |
168 box-shadow: 0 1px 0 #dcdcde; |
129 } |
169 } |
130 |
170 |
131 #media-items:empty { |
171 #media-items:empty { |
132 border: 0 none; |
172 border: 0 none; |
133 } |
173 } |
134 |
174 |
135 .media-item .filename { |
175 .media-item .filename { |
136 line-height: 2.76923076; |
176 padding: 14px 0; |
137 overflow: hidden; |
177 overflow: hidden; |
138 margin-right: 6px; |
178 margin-right: 6px; |
139 } |
179 } |
140 |
180 |
141 .media-item .pinkynail { |
181 .media-item .pinkynail { |
142 float: right; |
182 float: right; |
143 margin: 2px 3px 0 10px; |
183 margin: 0 0 0 10px; |
144 max-width: 40px; |
184 max-height: 70px; |
145 max-height: 32px; |
185 max-width: 70px; |
146 } |
186 } |
147 |
187 |
148 .media-item .startopen, |
188 .media-item .startopen, |
149 .media-item .startclosed { |
189 .media-item .startclosed { |
150 display: none; |
190 display: none; |
162 width: 200px; |
202 width: 200px; |
163 line-height: 2em; |
203 line-height: 2em; |
164 padding: 0; |
204 padding: 0; |
165 overflow: hidden; |
205 overflow: hidden; |
166 border-radius: 22px; |
206 border-radius: 22px; |
167 background: #ddd; |
207 background: #dcdcde; |
168 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); |
208 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); |
169 } |
209 } |
170 |
210 |
171 .media-item .bar { |
211 .media-item .bar { |
172 z-index: 9; |
212 z-index: 9; |
173 width: 0; |
213 width: 0; |
174 height: 100%; |
214 height: 100%; |
175 margin-top: -22px; |
215 margin-top: -22px; |
176 border-radius: 22px; |
216 border-radius: 22px; |
177 background-color: #0073aa; |
217 background-color: #2271b1; |
178 box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3); |
218 box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3); |
179 } |
219 } |
180 |
220 |
181 .media-item .progress .percent { |
221 .media-item .progress .percent { |
182 z-index: 10; |
222 z-index: 10; |
200 |
240 |
201 .js .html-uploader #html-upload-ui { |
241 .js .html-uploader #html-upload-ui { |
202 display: block; |
242 display: block; |
203 } |
243 } |
204 |
244 |
|
245 #html-upload-ui #async-upload { |
|
246 font-size: 1em; |
|
247 } |
|
248 |
205 .media-upload-form .media-item.error, |
249 .media-upload-form .media-item.error, |
206 .media-upload-form .media-item .error { |
250 .media-upload-form .media-item .error { |
207 width: auto; |
251 width: auto; |
208 margin: 0 0 1px 0; |
252 margin: 0 0 1px 0; |
209 } |
253 } |
210 |
254 |
211 .media-upload-form .media-item .error { |
255 .media-upload-form .media-item .error { |
212 padding: 10px 14px 10px 0; |
256 padding: 10px 14px 10px 0; |
|
257 min-height: 50px; |
213 } |
258 } |
214 |
259 |
215 .media-item .error-div button.dismiss { |
260 .media-item .error-div button.dismiss { |
216 float: left; |
261 float: left; |
217 margin: 0 15px 0 10px; |
262 margin: 0 15px 0 10px; |
300 top: 0; |
345 top: 0; |
301 left: 0; |
346 left: 0; |
302 cursor: pointer; |
347 cursor: pointer; |
303 text-align: center; |
348 text-align: center; |
304 background: none; |
349 background: none; |
305 color: #666; |
350 color: #646970; |
306 } |
351 } |
307 |
352 |
308 #find-posts-close:hover, |
353 #find-posts-close:hover, |
309 #find-posts-close:focus { |
354 #find-posts-close:focus { |
310 color: #006799; |
355 color: #135e96; |
311 } |
356 } |
312 |
357 |
313 #find-posts-close:focus { |
358 #find-posts-close:focus { |
314 box-shadow: |
359 box-shadow: |
315 0 0 0 1px #5b9dd9, |
360 0 0 0 1px #4f94d4, |
316 0 0 2px 1px rgba(30, 140, 190, 0.8); |
361 0 0 2px 1px rgba(79, 148, 212, 0.8); |
317 /* Only visible in Windows High Contrast mode */ |
362 /* Only visible in Windows High Contrast mode */ |
318 outline: 2px solid transparent; |
363 outline: 2px solid transparent; |
319 outline-offset: -2px; |
364 outline-offset: -2px; |
320 } |
365 } |
321 |
366 |
322 #find-posts-close:before { |
367 #find-posts-close:before { |
323 font: normal 20px/36px dashicons; |
368 font: normal 20px/36px dashicons; |
324 vertical-align: top; |
369 vertical-align: top; |
325 speak: none; |
370 speak: never; |
326 -webkit-font-smoothing: antialiased; |
371 -webkit-font-smoothing: antialiased; |
327 -moz-osx-font-smoothing: grayscale; |
372 -moz-osx-font-smoothing: grayscale; |
328 content: "\f158"; |
373 content: "\f158"; |
329 } |
374 } |
330 |
375 |
331 .find-box-buttons { |
376 .find-box-buttons { |
332 padding: 8px 16px; |
377 padding: 8px 16px; |
333 background: #fcfcfc; |
378 background: #fff; |
334 border-top: 1px solid #ddd; |
379 border-top: 1px solid #dcdcde; |
335 position: absolute; |
380 position: absolute; |
336 bottom: 0; |
381 bottom: 0; |
337 right: 0; |
382 right: 0; |
338 left: 0; |
383 left: 0; |
339 } |
384 } |
402 #drag-drop-area:-moz-drag-over { |
447 #drag-drop-area:-moz-drag-over { |
403 border-color: #83b4d8; |
448 border-color: #83b4d8; |
404 } |
449 } |
405 border color while dragging a file over the uploader drop area */ |
450 border color while dragging a file over the uploader drop area */ |
406 .drag-drop.drag-over #drag-drop-area { |
451 .drag-drop.drag-over #drag-drop-area { |
407 border-color: #83b4d8; |
452 border-color: #9ec2e6; |
408 } |
453 } |
409 |
454 |
410 #plupload-upload-ui { |
455 #plupload-upload-ui { |
411 position: relative; |
456 position: relative; |
412 } |
457 } |
415 * Media Library grid view |
460 * Media Library grid view |
416 */ |
461 */ |
417 |
462 |
418 .media-frame.mode-grid, |
463 .media-frame.mode-grid, |
419 .media-frame.mode-grid .media-frame-content, |
464 .media-frame.mode-grid .media-frame-content, |
420 .media-frame.mode-grid .attachments-browser .attachments, |
465 .media-frame.mode-grid .attachments-browser:not(.has-load-more) .attachments, |
|
466 .media-frame.mode-grid .attachments-browser.has-load-more .attachments-wrapper, |
421 .media-frame.mode-grid .uploader-inline-content { |
467 .media-frame.mode-grid .uploader-inline-content { |
422 position: static; |
468 position: static; |
423 } |
469 } |
424 |
470 |
425 /* Regions we don't use at all */ |
471 /* Regions we don't use at all */ |
437 .upload-php .mode-grid .media-sidebar { |
483 .upload-php .mode-grid .media-sidebar { |
438 position: relative; |
484 position: relative; |
439 width: auto; |
485 width: auto; |
440 margin-top: 12px; |
486 margin-top: 12px; |
441 padding: 0 16px; |
487 padding: 0 16px; |
442 border-right: 4px solid #dd3d36; |
488 border-right: 4px solid #d63638; |
443 box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); |
489 box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); |
444 background-color: #fff; |
490 background-color: #fff; |
445 } |
491 } |
446 |
492 |
447 .upload-php .mode-grid .hide-sidebar .media-sidebar { |
493 .upload-php .mode-grid .hide-sidebar .media-sidebar { |
470 |
516 |
471 .upload-php .mode-grid .media-sidebar .media-uploader-status .upload-dismiss-errors:before { |
517 .upload-php .mode-grid .media-sidebar .media-uploader-status .upload-dismiss-errors:before { |
472 content: "\f153"; |
518 content: "\f153"; |
473 display: block; |
519 display: block; |
474 font: normal 16px/1 dashicons; |
520 font: normal 16px/1 dashicons; |
475 color: #72777c; |
521 color: #787c82; |
476 } |
522 } |
477 |
523 |
478 .upload-php .mode-grid .media-sidebar .media-uploader-status .upload-dismiss-errors:focus:before, |
524 .upload-php .mode-grid .media-sidebar .media-uploader-status .upload-dismiss-errors:focus:before, |
479 .upload-php .mode-grid .media-sidebar .media-uploader-status .upload-dismiss-errors:hover:before { |
525 .upload-php .mode-grid .media-sidebar .media-uploader-status .upload-dismiss-errors:hover:before { |
480 color: #c00; |
526 color: #d63638; |
481 } |
527 } |
482 |
528 |
483 .upload-php .mode-grid .media-sidebar .media-uploader-status.errors h2 { |
529 .upload-php .mode-grid .media-sidebar .media-uploader-status.errors h2 { |
484 display: none; |
530 display: none; |
485 } |
531 } |
490 left: auto; |
536 left: auto; |
491 right: auto; |
537 right: auto; |
492 bottom: auto; |
538 bottom: auto; |
493 padding-top: 0; |
539 padding-top: 0; |
494 margin-top: 20px; |
540 margin-top: 20px; |
495 border: 4px dashed #b4b9be; |
541 border: 4px dashed #c3c4c7; |
496 } |
542 } |
497 |
543 |
498 .media-frame.mode-select .attachments-browser.fixed .attachments { |
544 .media-frame.mode-select .attachments-browser.fixed:not(.has-load-more) .attachments, |
|
545 .media-frame.mode-select .attachments-browser.has-load-more.fixed .attachments-wrapper { |
499 position: relative; |
546 position: relative; |
500 top: 94px; /* prevent jumping up when the toolbar becomes fixed */ |
547 top: 94px; /* prevent jumping up when the toolbar becomes fixed */ |
501 padding-bottom: 94px; /* offset for above so the bottom doesn't get cut off */ |
548 padding-bottom: 94px; /* offset for above so the bottom doesn't get cut off */ |
502 } |
549 } |
503 |
550 |
504 .media-frame.mode-grid .attachment:focus, |
551 .media-frame.mode-grid .attachment:focus, |
505 .media-frame.mode-grid .selected.attachment:focus, |
552 .media-frame.mode-grid .selected.attachment:focus, |
506 .media-frame.mode-grid .attachment.details:focus { |
553 .media-frame.mode-grid .attachment.details:focus { |
507 box-shadow: |
554 box-shadow: |
508 inset 0 0 2px 3px #f1f1f1, |
555 inset 0 0 2px 3px #f0f0f1, |
509 inset 0 0 0 7px #5b9dd9; |
556 inset 0 0 0 7px #4f94d4; |
510 /* Only visible in Windows High Contrast mode */ |
557 /* Only visible in Windows High Contrast mode */ |
511 outline: 2px solid transparent; |
558 outline: 2px solid transparent; |
512 outline-offset: -6px; |
559 outline-offset: -6px; |
513 } |
560 } |
514 |
561 |
515 .media-frame.mode-grid .selected.attachment { |
562 .media-frame.mode-grid .selected.attachment { |
516 box-shadow: |
563 box-shadow: |
517 inset 0 0 0 5px #f1f1f1, |
564 inset 0 0 0 5px #f0f0f1, |
518 inset 0 0 0 7px #ccc; |
565 inset 0 0 0 7px #c3c4c7; |
519 } |
566 } |
520 |
567 |
521 .media-frame.mode-grid .attachment.details { |
568 .media-frame.mode-grid .attachment.details { |
522 box-shadow: |
569 box-shadow: |
523 inset 0 0 0 3px #f1f1f1, |
570 inset 0 0 0 3px #f0f0f1, |
524 inset 0 0 0 7px #1e8cbe; |
571 inset 0 0 0 7px #4f94d4; |
525 } |
572 } |
526 |
573 |
527 .media-frame.mode-grid.mode-select .attachment .thumbnail { |
574 .media-frame.mode-grid.mode-select .attachment .thumbnail { |
528 opacity: 0.65; |
575 opacity: 0.65; |
529 } |
576 } |
615 |
662 |
616 .upload-php .media-modal-close, |
663 .upload-php .media-modal-close, |
617 .edit-attachment-frame .edit-media-header .left, |
664 .edit-attachment-frame .edit-media-header .left, |
618 .edit-attachment-frame .edit-media-header .right { |
665 .edit-attachment-frame .edit-media-header .right { |
619 cursor: pointer; |
666 cursor: pointer; |
620 color: #72777c; |
667 color: #787c82; |
621 background-color: transparent; |
668 background-color: transparent; |
622 height: 50px; |
669 height: 50px; |
623 width: 50px; |
670 width: 50px; |
624 padding: 0; |
671 padding: 0; |
625 position: absolute; |
672 position: absolute; |
626 text-align: center; |
673 text-align: center; |
627 border: 0; |
674 border: 0; |
628 border-right: 1px solid #ddd; |
675 border-right: 1px solid #dcdcde; |
629 transition: color .1s ease-in-out, background .1s ease-in-out; |
676 transition: color .1s ease-in-out, background .1s ease-in-out; |
630 } |
677 } |
631 |
678 |
632 .upload-php .media-modal-close { |
679 .upload-php .media-modal-close { |
633 top: 0; |
680 top: 0; |
658 .upload-php .media-modal-close:focus, |
705 .upload-php .media-modal-close:focus, |
659 .edit-attachment-frame .edit-media-header .left:hover, |
706 .edit-attachment-frame .edit-media-header .left:hover, |
660 .edit-attachment-frame .edit-media-header .right:hover, |
707 .edit-attachment-frame .edit-media-header .right:hover, |
661 .edit-attachment-frame .edit-media-header .left:focus, |
708 .edit-attachment-frame .edit-media-header .left:focus, |
662 .edit-attachment-frame .edit-media-header .right:focus { |
709 .edit-attachment-frame .edit-media-header .right:focus { |
663 background: #ddd; |
710 background: #dcdcde; |
664 border-color: #ccc; |
711 border-color: #c3c4c7; |
665 color: #000; |
712 color: #000; |
666 outline: none; |
713 outline: none; |
667 box-shadow: none; |
714 box-shadow: none; |
668 } |
715 } |
669 |
716 |
732 display: block; |
779 display: block; |
733 margin: 0 auto 16px; |
780 margin: 0 auto 16px; |
734 max-width: 100%; |
781 max-width: 100%; |
735 max-height: 90%; |
782 max-height: 90%; |
736 max-height: calc( 100% - 42px ); /* leave space for actions underneath */ |
783 max-height: calc( 100% - 42px ); /* leave space for actions underneath */ |
737 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); |
784 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); |
738 background-position: 100% 0, 10px 10px; |
785 background-position: 100% 0, 10px 10px; |
739 background-size: 20px 20px; |
786 background-size: 20px 20px; |
740 } |
787 } |
741 |
788 |
742 .edit-attachment-frame .attachment-media-view .details-image.icon { |
789 .edit-attachment-frame .attachment-media-view .details-image.icon { |
764 padding: 12px 16px 0; |
811 padding: 12px 16px 0; |
765 width: 35%; |
812 width: 35%; |
766 height: 100%; |
813 height: 100%; |
767 box-shadow: inset 0px 4px 4px -4px rgba(0, 0, 0, 0.1); |
814 box-shadow: inset 0px 4px 4px -4px rgba(0, 0, 0, 0.1); |
768 border-bottom: 0; |
815 border-bottom: 0; |
769 border-right: 1px solid #ddd; |
816 border-right: 1px solid #dcdcde; |
770 background: #f3f3f3; |
817 background: #f6f7f7; |
771 } |
818 } |
772 |
819 |
773 .edit-attachment-frame .attachment-info .details, |
820 .edit-attachment-frame .attachment-info .details, |
774 .edit-attachment-frame .attachment-info .settings { |
821 .edit-attachment-frame .attachment-info .settings { |
775 position: relative; /* RTL fix, #WP29352 */ |
822 position: relative; /* RTL fix, #WP29352 */ |
776 overflow: hidden; |
823 overflow: hidden; |
777 float: none; |
824 float: none; |
778 margin-bottom: 15px; |
825 margin-bottom: 15px; |
779 padding-bottom: 15px; |
826 padding-bottom: 15px; |
780 border-bottom: 1px solid #ddd; |
827 border-bottom: 1px solid #dcdcde; |
781 } |
828 } |
782 |
829 |
783 .edit-attachment-frame .attachment-info .filename { |
830 .edit-attachment-frame .attachment-info .filename { |
784 font-weight: 400; |
831 font-weight: 400; |
785 color: #666; |
832 color: #646970; |
786 } |
833 } |
787 |
834 |
788 .edit-attachment-frame .attachment-info .thumbnail { |
835 .edit-attachment-frame .attachment-info .thumbnail { |
789 margin-bottom: 12px; |
836 margin-bottom: 12px; |
790 } |
837 } |
952 } |
1004 } |
953 |
1005 |
954 .imgedit-menu .button:before { |
1006 .imgedit-menu .button:before { |
955 font: normal 16px/1 dashicons; |
1007 font: normal 16px/1 dashicons; |
956 margin-left: 8px; |
1008 margin-left: 8px; |
957 speak: none; |
1009 speak: never; |
958 vertical-align: middle; |
1010 vertical-align: middle; |
959 position: relative; |
1011 position: relative; |
960 top: -2px; |
1012 top: -2px; |
961 -webkit-font-smoothing: antialiased; |
1013 -webkit-font-smoothing: antialiased; |
962 -moz-osx-font-smoothing: grayscale; |
1014 -moz-osx-font-smoothing: grayscale; |
963 } |
1015 } |
964 |
1016 |
965 .imgedit-menu .button.disabled { |
1017 .imgedit-menu .button.disabled { |
966 color: #a0a5aa; |
1018 color: #a7aaad; |
967 border-color: #ddd; |
1019 border-color: #dcdcde; |
968 background: #f7f7f7; |
1020 background: #f6f7f7; |
969 box-shadow: none; |
1021 box-shadow: none; |
970 text-shadow: 0 1px 0 #fff; |
1022 text-shadow: 0 1px 0 #fff; |
971 cursor: default; |
1023 cursor: default; |
972 transform: none; |
1024 transform: none; |
973 } |
1025 } |
1003 .imgedit-crop-wrap { |
1055 .imgedit-crop-wrap { |
1004 position: relative; |
1056 position: relative; |
1005 } |
1057 } |
1006 |
1058 |
1007 .imgedit-crop-wrap img { |
1059 .imgedit-crop-wrap img { |
1008 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); |
1060 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); |
1009 background-position: 100% 0, 10px 10px; |
1061 background-position: 100% 0, 10px 10px; |
1010 background-size: 20px 20px; |
1062 background-size: 20px 20px; |
1011 } |
1063 } |
1012 |
1064 |
1013 .imgedit-crop { |
1065 .imgedit-crop { |
1079 .image-editor .imgedit-settings .imgedit-help-toggle:active { |
1131 .image-editor .imgedit-settings .imgedit-help-toggle:active { |
1080 border: 1px solid transparent; |
1132 border: 1px solid transparent; |
1081 margin: -1px -1px 0 0; |
1133 margin: -1px -1px 0 0; |
1082 padding: 0; |
1134 padding: 0; |
1083 background: transparent; |
1135 background: transparent; |
1084 color: #0074a2; |
1136 color: #2271b1; |
1085 font-size: 20px; |
1137 font-size: 20px; |
1086 line-height: 1; |
1138 line-height: 1; |
1087 cursor: pointer; |
1139 cursor: pointer; |
1088 box-sizing: content-box; |
1140 box-sizing: content-box; |
1089 box-shadow: none; |
1141 box-shadow: none; |
1090 } |
1142 } |
1091 |
1143 |
1092 .image-editor .imgedit-settings .imgedit-help-toggle:focus { |
1144 .image-editor .imgedit-settings .imgedit-help-toggle:focus { |
1093 color: #0074a2; |
1145 color: #2271b1; |
1094 border-color: #5b9dd9; |
1146 border-color: #4f94d4; |
1095 box-shadow: 0 0 3px rgba(0, 115, 170, 0.8); |
1147 box-shadow: 0 0 3px rgba(34, 113, 177, 0.8); |
1096 /* Only visible in Windows High Contrast mode */ |
1148 /* Only visible in Windows High Contrast mode */ |
1097 outline: 2px solid transparent; |
1149 outline: 2px solid transparent; |
1098 } |
1150 } |
1099 |
1151 |
1100 .form-table td.imgedit-response { |
1152 .form-table td.imgedit-response { |
1168 audio, video { |
1220 audio, video { |
1169 display: inline-block; |
1221 display: inline-block; |
1170 max-width: 100%; |
1222 max-width: 100%; |
1171 } |
1223 } |
1172 |
1224 |
1173 .mejs-container { |
1225 .wp-core-ui .mejs-container { |
1174 width: 100%; |
1226 width: 100%; |
1175 max-width: 100%; |
1227 max-width: 100%; |
1176 } |
1228 } |
1177 |
1229 |
1178 .mejs-container .mejs-controls { |
1230 .wp-core-ui .mejs-container * { |
1179 box-sizing: border-box; |
1231 box-sizing: border-box; |
|
1232 } |
|
1233 |
|
1234 .wp-core-ui .mejs-time { |
|
1235 box-sizing: content-box; |
1180 } |
1236 } |
1181 |
1237 |
1182 /* =Media Queries |
1238 /* =Media Queries |
1183 -------------------------------------------------------------- */ |
1239 -------------------------------------------------------------- */ |
1184 |
1240 |