wp/wp-admin/css/customize-controls-rtl.css
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
    30 	margin-right: auto;
    30 	margin-right: auto;
    31 	margin-left: auto;
    31 	margin-left: auto;
    32 	max-width: 366px;
    32 	max-width: 366px;
    33 	min-height: 64px;
    33 	min-height: 64px;
    34 	width: auto;
    34 	width: auto;
    35 	padding: 25px 109px 25px 25px;
    35 	padding: 25px;
    36 	position: relative;
    36 	position: relative;
    37 	background: #fff;
    37 	background: #fff;
    38 	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    38 	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    39 	line-height: 1.5;
    39 	line-height: 1.5;
    40 	overflow-y: auto;
    40 	overflow-y: auto;
    41 	text-align: right;
    41 	text-align: right;
    42 	top: calc( 50% - 100px );
    42 	top: calc( 50% - 100px );
       
    43 }
       
    44 
       
    45 #customize-controls #customize-notifications-area .notice.notification-overlay.notification-changeset-locked .customize-changeset-locked-message.has-avatar {
       
    46 	padding-right: 109px;
    43 }
    47 }
    44 
    48 
    45 #customize-controls #customize-notifications-area .notice.notification-overlay.notification-changeset-locked .currently-editing {
    49 #customize-controls #customize-notifications-area .notice.notification-overlay.notification-changeset-locked .currently-editing {
    46 	margin-top: 0;
    50 	margin-top: 0;
    47 }
    51 }
   360 .date-time-fields .date-input.hour,
   364 .date-time-fields .date-input.hour,
   361 .date-time-fields .date-input.minute {
   365 .date-time-fields .date-input.minute {
   362 	width: 46px;
   366 	width: 46px;
   363 }
   367 }
   364 
   368 
       
   369 .customize-control-date_time select {
       
   370 	vertical-align: top;
       
   371 }
       
   372 
   365 .date-time-fields .date-input.year {
   373 .date-time-fields .date-input.year {
   366 	width: 65px;
   374 	width: 65px;
   367 }
   375 }
   368 
   376 
   369 .date-time-fields .date-input.meridian {
   377 .date-time-fields .date-input.meridian {
   392 	background: #fff;
   400 	background: #fff;
   393 	border-bottom: 1px solid #dcdcde;
   401 	border-bottom: 1px solid #dcdcde;
   394 	margin-bottom: 0;
   402 	margin-bottom: 0;
   395 }
   403 }
   396 
   404 
       
   405 #customize-control-site_icon .customize-control-description,
   397 #customize-control-changeset_scheduled_date .customize-control-description {
   406 #customize-control-changeset_scheduled_date .customize-control-description {
   398 	font-style: normal;
   407 	font-style: normal;
   399 }
   408 }
   400 
   409 
   401 #customize-controls .customize-info.is-in-view,
   410 #customize-controls .customize-info.is-in-view,
   425 	color: #50575e;
   434 	color: #50575e;
   426 	border-right: none;
   435 	border-right: none;
   427 	border-left: none;
   436 	border-left: none;
   428 	border-bottom: none;
   437 	border-bottom: none;
   429 	cursor: default;
   438 	cursor: default;
       
   439 	padding: 10px 14px 11px 10px;
   430 }
   440 }
   431 
   441 
   432 #customize-controls .customize-info.open .accordion-section-title:after,
   442 #customize-controls .customize-info.open .accordion-section-title:after,
   433 #customize-controls .customize-info .accordion-section-title:hover:after,
   443 #customize-controls .customize-info .accordion-section-title:hover:after,
   434 #customize-controls .customize-info .accordion-section-title:focus:after {
   444 #customize-controls .customize-info .accordion-section-title:focus:after {
   440 }
   450 }
   441 
   451 
   442 #customize-controls .customize-info .preview-notice {
   452 #customize-controls .customize-info .preview-notice {
   443 	font-size: 13px;
   453 	font-size: 13px;
   444 	line-height: 1.9;
   454 	line-height: 1.9;
       
   455 	margin: 0;
       
   456 	font-weight: 400;
       
   457 	color: #50575e;
   445 }
   458 }
   446 
   459 
   447 #customize-controls .customize-pane-child .customize-section-title h3,
   460 #customize-controls .customize-pane-child .customize-section-title h3,
   448 #customize-controls .customize-pane-child h3.customize-section-title,
   461 #customize-controls .customize-pane-child h3.customize-section-title,
   449 #customize-outer-theme-controls .customize-pane-child .customize-section-title h3,
   462 #customize-outer-theme-controls .customize-pane-child .customize-section-title h3,
   547 		.15s color ease-in-out,
   560 		.15s color ease-in-out,
   548 		.15s background-color ease-in-out,
   561 		.15s background-color ease-in-out,
   549 		.15s border-color ease-in-out;
   562 		.15s border-color ease-in-out;
   550 }
   563 }
   551 
   564 
       
   565 .accordion-section-title:has(button.accordion-trigger),
       
   566 #customize-controls .current-panel .control-section > h3.accordion-section-title:has(button.accordion-trigger) {
       
   567 	padding: 0;
       
   568 }
       
   569 
       
   570 .accordion-section-title button.accordion-trigger {
       
   571 	all: unset;
       
   572 	width: 100%;
       
   573 	padding: 10px 14px 11px 30px;
       
   574 	display: flex;
       
   575 	align-items: center;
       
   576 	box-sizing: border-box;
       
   577 }
       
   578 
       
   579 .accordion-section-title button.accordion-trigger:has(.menu-in-location) {
       
   580 	display: block;
       
   581 }
       
   582 
   552 @media (prefers-reduced-motion: reduce) {
   583 @media (prefers-reduced-motion: reduce) {
   553 	#customize-theme-controls .accordion-section-title,
   584 	#customize-theme-controls .accordion-section-title,
   554 	#customize-outer-theme-controls .accordion-section-title {
   585 	#customize-outer-theme-controls .accordion-section-title {
   555 		transition: none;
   586 		transition: none;
   556 	}
   587 	}
   564 
   595 
   565 #customize-theme-controls .accordion-section-title:after,
   596 #customize-theme-controls .accordion-section-title:after,
   566 #customize-outer-theme-controls .accordion-section-title:after {
   597 #customize-outer-theme-controls .accordion-section-title:after {
   567 	content: "\f341";
   598 	content: "\f341";
   568 	color: #a7aaad;
   599 	color: #a7aaad;
       
   600 	pointer-events: none;
   569 }
   601 }
   570 
   602 
   571 #customize-theme-controls .accordion-section-content,
   603 #customize-theme-controls .accordion-section-content,
   572 #customize-outer-theme-controls .accordion-section-content {
   604 #customize-outer-theme-controls .accordion-section-content {
   573 	color: #50575e;
   605 	color: #50575e;
   574 	background: transparent;
   606 	background: transparent;
   575 }
   607 }
   576 
   608 
   577 #customize-controls .control-section:hover > .accordion-section-title,
   609 #customize-controls .control-section:hover > .accordion-section-title,
   578 #customize-controls .control-section .accordion-section-title:hover,
   610 #customize-controls .control-section .accordion-section-title button:hover,
   579 #customize-controls .control-section.open .accordion-section-title,
   611 #customize-controls .control-section.open .accordion-section-title,
   580 #customize-controls .control-section .accordion-section-title:focus {
   612 #customize-controls .control-section .accordion-section-title button:focus {
   581 	color: #2271b1;
   613 	color: #2271b1;
   582 	background: #f6f7f7;
   614 	background: #f6f7f7;
   583 	border-right-color: #2271b1;
   615 	border-right-color: #2271b1;
   584 }
   616 }
   585 
   617 
   809 	border-top: 4px solid #f0f0f1;
   841 	border-top: 4px solid #f0f0f1;
   810 	border-left: 1px solid #dcdcde;
   842 	border-left: 1px solid #dcdcde;
   811 	color: #3c434a;
   843 	color: #3c434a;
   812 	text-align: right;
   844 	text-align: right;
   813 	cursor: pointer;
   845 	cursor: pointer;
   814 	transition:
       
   815 		color .15s ease-in-out,
       
   816 		border-color .15s ease-in-out,
       
   817 		background .15s ease-in-out;
       
   818 	box-sizing: content-box;
   846 	box-sizing: content-box;
       
   847 }
       
   848 
       
   849 @media (prefers-reduced-motion: no-preference) {
       
   850 	.customize-controls-close {
       
   851 		transition:
       
   852 			color .15s ease-in-out,
       
   853 			border-color .15s ease-in-out,
       
   854 			background .15s ease-in-out;	
       
   855 	}
   819 }
   856 }
   820 
   857 
   821 .customize-panel-back,
   858 .customize-panel-back,
   822 .customize-section-back {
   859 .customize-section-back {
   823 	display: block;
   860 	display: block;
  1065 .customize-control-header .current,
  1102 .customize-control-header .current,
  1066 .customize-control .wp-media-wrapper.wp-video {
  1103 .customize-control .wp-media-wrapper.wp-video {
  1067 	line-height: 0;
  1104 	line-height: 0;
  1068 }
  1105 }
  1069 
  1106 
  1070 /* Remove descender space. */
       
  1071 .customize-control-site_icon .favicon-preview .browser-preview {
       
  1072 	vertical-align: top;
       
  1073 }
       
  1074 
  1107 
  1075 .customize-control .thumbnail-image img {
  1108 .customize-control .thumbnail-image img {
  1076 	cursor: pointer;
  1109 	cursor: pointer;
  1077 }
  1110 }
  1078 
  1111 
  1706 	border-top: 1px solid #dcdcde;
  1739 	border-top: 1px solid #dcdcde;
  1707 	border-bottom: 1px solid #dcdcde;
  1740 	border-bottom: 1px solid #dcdcde;
  1708 	border-right: none;
  1741 	border-right: none;
  1709 	border-left: none;
  1742 	border-left: none;
  1710 	margin: 0 0 15px;
  1743 	margin: 0 0 15px;
  1711 	padding-left: 100px; /* Space for the button */
  1744 	padding: 12px 15px 15px 100px; /* Space for the button */
  1712 }
  1745 }
  1713 
  1746 
  1714 #customize-theme-controls .control-section-themes .customize-themes-panel .accordion-section-title:first-child:hover, /* Not a focusable element. */
  1747 #customize-theme-controls .control-section-themes .customize-themes-panel .accordion-section-title:first-child:hover, /* Not a focusable element. */
  1715 #customize-theme-controls .control-section-themes .customize-themes-panel .accordion-section-title:first-child {
  1748 #customize-theme-controls .control-section-themes .customize-themes-panel .accordion-section-title:first-child {
  1716 	border-top: 0;
  1749 	border-top: 0;
  2619 	border-left: 1px solid #dcdcde;
  2652 	border-left: 1px solid #dcdcde;
  2620 }
  2653 }
  2621 
  2654 
  2622 #available-widgets .customize-section-title,
  2655 #available-widgets .customize-section-title,
  2623 #available-menu-items .customize-section-title {
  2656 #available-menu-items .customize-section-title {
       
  2657 	border: 0;
       
  2658 	clip-path: inset(50%);
       
  2659 	height: 1px;
       
  2660 	margin: -1px;
       
  2661 	overflow: hidden;
       
  2662 	padding: 0;
       
  2663 	position: absolute;
       
  2664 	width: 1px;
       
  2665 	word-wrap: normal !important;
       
  2666 }
       
  2667 
       
  2668 #available-widgets .customize-section-title button,
       
  2669 #available-menu-items .customize-section-title button {
  2624 	display: none;
  2670 	display: none;
  2625 }
  2671 }
  2626 
  2672 
  2627 #available-widgets-list {
  2673 #available-widgets-list {
  2628 	top: 82px;
  2674 	top: 82px;
  2955 		width: 100%;
  3001 		width: 100%;
  2956 	}
  3002 	}
  2957 
  3003 
  2958 	#available-widgets .customize-section-title,
  3004 	#available-widgets .customize-section-title,
  2959 	#available-menu-items .customize-section-title {
  3005 	#available-menu-items .customize-section-title {
       
  3006 		border: 0;
       
  3007 		clip-path: none;
       
  3008 		height: inherit;
       
  3009 		margin: 0;
       
  3010 		overflow: hidden;
       
  3011 		padding: 0;
       
  3012 		width: auto;
       
  3013 		position: static;
       
  3014 	}
       
  3015 
       
  3016 	#available-widgets .customize-section-title button,
       
  3017 	#available-menu-items .customize-section-title button {
  2960 		display: block;
  3018 		display: block;
  2961 		margin: 0;
       
  2962 	}
  3019 	}
  2963 
  3020 
  2964 	#available-widgets .customize-section-back,
  3021 	#available-widgets .customize-section-back,
  2965 	#available-menu-items .customize-section-back {
  3022 	#available-menu-items .customize-section-back {
  2966 		height: 69px;
  3023 		height: 69px;