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