wp/wp-includes/css/media-views-rtl.css
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
   708 .media-router .media-menu-item:focus {
   708 .media-router .media-menu-item:focus {
   709 	box-shadow: 0 0 0 2px #2271b1;
   709 	box-shadow: 0 0 0 2px #2271b1;
   710 	color: #043959;
   710 	color: #043959;
   711 	/* Only visible in Windows High Contrast mode */
   711 	/* Only visible in Windows High Contrast mode */
   712 	outline: 2px solid transparent;
   712 	outline: 2px solid transparent;
       
   713 	z-index: 1;
   713 }
   714 }
   714 
   715 
   715 .media-router .active,
   716 .media-router .active,
   716 .media-router .media-menu-item.active:last-child {
   717 .media-router .media-menu-item.active:last-child {
   717 	margin: -1px -1px 0;
   718 	margin: -1px -1px 0;
  2486 		margin: 5px 10px;
  2487 		margin: 5px 10px;
  2487 	}
  2488 	}
  2488 
  2489 
  2489 	/* Visually hide the menu heading keeping it available to assistive technologies. */
  2490 	/* Visually hide the menu heading keeping it available to assistive technologies. */
  2490 	.media-frame-menu-heading {
  2491 	.media-frame-menu-heading {
  2491 		clip: rect(1px, 1px, 1px, 1px);
       
  2492 		clip-path: inset(50%);
  2492 		clip-path: inset(50%);
  2493 		height: 1px;
  2493 		height: 1px;
  2494 		overflow: hidden;
  2494 		overflow: hidden;
  2495 		padding: 0;
  2495 		padding: 0;
  2496 		width: 1px;
  2496 		width: 1px;
       
  2497 		border: 0;
       
  2498 		margin: -1px;
  2497 		word-wrap: normal !important;
  2499 		word-wrap: normal !important;
  2498 	}
  2500 	}
  2499 
  2501 
  2500 	/* Reveal the menu toggle button. */
  2502 	/* Reveal the menu toggle button. */
  2501 	.wp-core-ui .media-frame:not(.hide-menu) .button.media-frame-menu-toggle {
  2503 	.wp-core-ui .media-frame:not(.hide-menu) .button.media-frame-menu-toggle {
  2530 
  2532 
  2531 	.media-sidebar {
  2533 	.media-sidebar {
  2532 		width: 230px;
  2534 		width: 230px;
  2533 	}
  2535 	}
  2534 
  2536 
  2535 	.options-general-php .crop-content.site-icon {
  2537 	.options-general-php .crop-content.site-icon,
       
  2538 	.wp-customizer:not(.mobile) .media-frame-content .crop-content.site-icon {
  2536 		margin-left: 262px;
  2539 		margin-left: 262px;
  2537 	}
  2540 	}
  2538 
  2541 
  2539 	.attachments-browser .attachments,
  2542 	.attachments-browser .attachments,
  2540 	.attachments-browser .uploader-inline,
  2543 	.attachments-browser .uploader-inline,
  2830 
  2833 
  2831 	.media-modal-backdrop {
  2834 	.media-modal-backdrop {
  2832 		position: fixed;
  2835 		position: fixed;
  2833 	}
  2836 	}
  2834 
  2837 
  2835 	.options-general-php .crop-content.site-icon {
  2838 	.options-general-php .crop-content.site-icon,
       
  2839 	.wp-customizer:not(.mobile) .media-frame-content .crop-content.site-icon {
  2836 		margin-left: 0;
  2840 		margin-left: 0;
  2837 	}
  2841 	}
  2838 
  2842 
  2839 	.media-sidebar {
  2843 	.media-sidebar {
  2840 		z-index: 1900;
  2844 		z-index: 1900;