equal
deleted
inserted
replaced
269 } |
269 } |
270 |
270 |
271 .customize-screen-options-toggle:focus, |
271 .customize-screen-options-toggle:focus, |
272 #customize-controls .customize-info .customize-help-toggle:focus { |
272 #customize-controls .customize-info .customize-help-toggle:focus { |
273 /* Only visible in Windows High Contrast mode */ |
273 /* Only visible in Windows High Contrast mode */ |
274 outline: 1px solid transparent; |
274 outline: 2px solid transparent; |
275 } |
275 } |
276 |
276 |
277 .customize-screen-options-toggle:before { |
277 .customize-screen-options-toggle:before { |
278 -moz-osx-font-smoothing: grayscale; |
278 -moz-osx-font-smoothing: grayscale; |
279 border: none; |
279 border: none; |
555 text-align: center; |
555 text-align: center; |
556 } |
556 } |
557 |
557 |
558 #available-menu-items .accordion-section-title .no-items, |
558 #available-menu-items .accordion-section-title .no-items, |
559 #available-menu-items .cannot-expand .accordion-section-title .spinner, |
559 #available-menu-items .cannot-expand .accordion-section-title .spinner, |
560 #available-menu-items .cannot-expand .accordion-section-title > button { |
560 #available-menu-items .cannot-expand .accordion-section-title > button:not(#available-menu-items-search button.is-visible) { |
561 display: none; |
561 display: none; |
562 } |
562 } |
563 |
563 |
564 #available-menu-items-search.cannot-expand .accordion-section-title .spinner { |
564 #available-menu-items-search.cannot-expand .accordion-section-title .spinner { |
565 display: block; |
565 display: block; |
579 position: relative; |
579 position: relative; |
580 background: transparent; |
580 background: transparent; |
581 } |
581 } |
582 |
582 |
583 #available-menu-items .accordion-section-content .available-menu-items-list { |
583 #available-menu-items .accordion-section-content .available-menu-items-list { |
584 margin: 0 0 45px; |
584 margin: 0 0 64px; |
585 padding: 1px 15px 15px; |
585 padding: 1px 15px 15px; |
586 } |
586 } |
587 |
587 |
588 #available-menu-items .accordion-section-content .available-menu-items-list:only-child { /* Types that do not support new items for the current user */ |
588 #available-menu-items .accordion-section-content .available-menu-items-list:only-child { /* Types that do not support new items for the current user */ |
589 margin-bottom: 0; |
589 margin-bottom: 0; |
678 margin: 0 20px; |
678 margin: 0 20px; |
679 } |
679 } |
680 |
680 |
681 #available-menu-items-search .spinner { |
681 #available-menu-items-search .spinner { |
682 position: absolute; |
682 position: absolute; |
683 top: 20px; /* 13 container padding +1 input margin +6 ( ( 32 input height - 20 spinner height ) / 2 ) */ |
683 bottom: 20px; /* 13 container padding +1 input margin +6 ( ( 32 input height - 20 spinner height ) / 2 ) */ |
684 right: 21px; |
684 right: 21px; |
685 margin: 0 !important; |
685 margin: 0 !important; |
686 } |
686 } |
687 |
687 |
688 /* search results list */ |
688 /* search results list */ |
689 #available-menu-items #available-menu-items-search .accordion-section-content { |
689 #available-menu-items #available-menu-items-search .accordion-section-content { |
690 position: absolute; |
690 position: absolute; |
691 left: 0; |
691 left: 0; |
692 top: 60px; /* below title div / search input */ |
692 top: 75px; /* below title div / search input */ |
693 bottom: 0; /* 100% height that still triggers lazy load */ |
693 bottom: 0; /* 100% height that still triggers lazy load */ |
694 max-height: none; |
694 max-height: none; |
695 width: 100%; |
695 width: 100%; |
696 padding: 1px 15px 15px; |
696 padding: 1px 15px 15px; |
697 box-sizing: border-box; |
697 box-sizing: border-box; |
862 #customize-controls .customize-info .customize-help-toggle:focus:before, |
862 #customize-controls .customize-info .customize-help-toggle:focus:before, |
863 .wp-customizer button:focus .toggle-indicator:before, |
863 .wp-customizer button:focus .toggle-indicator:before, |
864 .menu-delete:focus, |
864 .menu-delete:focus, |
865 .menu-item-bar .item-delete:focus:before, |
865 .menu-item-bar .item-delete:focus:before, |
866 #available-menu-items .item-add:focus:before { |
866 #available-menu-items .item-add:focus:before { |
867 box-shadow: |
867 box-shadow: 0 0 0 2px #2271b1; |
868 0 0 0 1px #4f94d4, |
868 /* Only visible in Windows High Contrast mode */ |
869 0 0 2px 1px rgba(79, 148, 212, 0.8); |
869 outline: 2px solid transparent; |
870 } |
870 } |
871 |
871 |
872 |
872 |
873 @media screen and (max-width: 782px) { |
873 @media screen and (max-width: 782px) { |
874 #available-menu-items #available-menu-items-search .accordion-section-content { |
874 #available-menu-items #available-menu-items-search .accordion-section-content { |
876 } |
876 } |
877 } |
877 } |
878 |
878 |
879 @media screen and (max-width: 640px) { |
879 @media screen and (max-width: 640px) { |
880 #available-menu-items #available-menu-items-search .accordion-section-content { |
880 #available-menu-items #available-menu-items-search .accordion-section-content { |
881 top: 130px; |
881 top: 146px; |
882 } |
882 } |
883 } |
883 } |