diff --git src/wp-admin/css/customize-controls.css src/wp-admin/css/customize-controls.css
index 28acba4..220a4e3 100644
|
|
body.trashing #publish-settings { |
545 | 545 | border-bottom: 1px solid #ddd; |
546 | 546 | border-left: 4px solid #fff; |
547 | 547 | transition: .15s color ease-in-out, |
548 | | .15s background-color ease-in-out, |
549 | | .15s border-color ease-in-out; |
| 548 | .15s background-color ease-in-out, |
| 549 | .15s border-color ease-in-out; |
550 | 550 | } |
551 | 551 | |
552 | 552 | #customize-controls #customize-theme-controls .customize-themes-panel .accordion-section-title { |
… |
… |
h3.customize-section-title { |
803 | 803 | text-align: left; |
804 | 804 | cursor: pointer; |
805 | 805 | transition: color .15s ease-in-out, |
806 | | border-color .15s ease-in-out, |
807 | | background .15s ease-in-out; |
| 806 | border-color .15s ease-in-out, |
| 807 | background .15s ease-in-out; |
808 | 808 | box-sizing: content-box; |
809 | 809 | } |
810 | 810 | |
… |
… |
h3.customize-section-title { |
823 | 823 | box-shadow: none; |
824 | 824 | cursor: pointer; |
825 | 825 | transition: color .15s ease-in-out, |
826 | | border-color .15s ease-in-out, |
827 | | background .15s ease-in-out; |
| 826 | border-color .15s ease-in-out, |
| 827 | background .15s ease-in-out; |
828 | 828 | } |
829 | 829 | |
830 | 830 | .customize-section-back { |
… |
… |
p.customize-section-description { |
1585 | 1585 | .customize-control-header .choice:focus { |
1586 | 1586 | outline: none; |
1587 | 1587 | box-shadow: |
1588 | | 0 0 0 1px #5b9dd9, |
1589 | | 0 0 3px 1px rgba(30, 140, 190, .8); |
| 1588 | 0 0 0 1px #5b9dd9, |
| 1589 | 0 0 3px 1px rgba(30, 140, 190, .8); |
1590 | 1590 | } |
1591 | 1591 | |
1592 | 1592 | .customize-control-header .uploaded div:last-child > .choice { |
… |
… |
p.customize-section-description { |
1829 | 1829 | } |
1830 | 1830 | |
1831 | 1831 | .themes-filter-bar .feature-filter-toggle:before { |
1832 | | content: "\f111"; |
1833 | | margin: 0 5px 0 0; |
1834 | | font: normal 16px/1 dashicons; |
1835 | | vertical-align: text-bottom; |
1836 | | -webkit-font-smoothing: antialiased; |
1837 | | -moz-osx-font-smoothing: grayscale; |
| 1832 | content: "\f111"; |
| 1833 | margin: 0 5px 0 0; |
| 1834 | font: normal 16px/1 dashicons; |
| 1835 | vertical-align: text-bottom; |
| 1836 | -webkit-font-smoothing: antialiased; |
| 1837 | -moz-osx-font-smoothing: grayscale; |
1838 | 1838 | } |
1839 | 1839 | |
1840 | 1840 | .themes-filter-bar .feature-filter-toggle.open { |
… |
… |
body.adding-widget .add-new-widget:before, |
2711 | 2711 | #available-widgets-filter .clear-results:focus, |
2712 | 2712 | #available-menu-items-search .clear-results:focus { |
2713 | 2713 | box-shadow: |
2714 | | 0 0 0 1px #5b9dd9, |
2715 | | 0 0 2px 1px rgba(30, 140, 190, .8); |
| 2714 | 0 0 0 1px #5b9dd9, |
| 2715 | 0 0 2px 1px rgba(30, 140, 190, .8); |
2716 | 2716 | } |
2717 | 2717 | |
2718 | 2718 | #available-menu-items-search .search-icon:after, |
… |
… |
body.adding-widget .add-new-widget:before, |
2764 | 2764 | border-bottom: 1px solid #ddd; |
2765 | 2765 | border-left: 4px solid #fff; |
2766 | 2766 | transition: .15s color ease-in-out, |
2767 | | .15s background-color ease-in-out, |
2768 | | .15s border-color ease-in-out; |
| 2767 | .15s background-color ease-in-out, |
| 2768 | .15s border-color ease-in-out; |
2769 | 2769 | cursor: pointer; |
2770 | 2770 | display: none; |
2771 | 2771 | } |
… |
… |
body.adding-widget .add-new-widget:before, |
2864 | 2864 | |
2865 | 2865 | @media screen and ( max-width: 640px ) { |
2866 | 2866 | |
2867 | | .wp-full-overlay.expanded, |
2868 | | .outer-section-open .wp-full-overlay.expanded { |
2869 | | margin-left: 0; |
2870 | | } |
2871 | | |
2872 | 2867 | /* when the sidebar is collapsed and switching to responsive view, |
2873 | 2868 | bring it back see ticket #35220 */ |
2874 | 2869 | .wp-full-overlay.collapsed #customize-controls { |
… |
… |
body.adding-widget .add-new-widget:before, |
2898 | 2893 | } |
2899 | 2894 | |
2900 | 2895 | #customize-footer-actions, |
2901 | | /*#customize-preview,*/ |
| 2896 | /*#customize-preview,*/ |
2902 | 2897 | .customize-controls-preview-toggle .controls, |
2903 | 2898 | .preview-only .wp-full-overlay-sidebar-content, |
2904 | 2899 | .preview-only .customize-controls-preview-toggle .preview { |
… |
… |
body.adding-widget .add-new-widget:before, |
2954 | 2949 | body.adding-widget div#available-widgets, |
2955 | 2950 | body.adding-menu-items div#available-menu-items, |
2956 | 2951 | body.outer-section-open div#customize-sidebar-outer-content { |
2957 | | top: 46px; |
2958 | | left: 0; |
2959 | | z-index: 10; |
2960 | 2952 | width: 100%; |
2961 | 2953 | } |
2962 | 2954 | |
2963 | | body.wp-customizer .wp-full-overlay.expanded #customize-sidebar-outer-content { |
2964 | | left: -100%; |
2965 | | } |
2966 | | |
2967 | | body.wp-customizer.outer-section-open .wp-full-overlay.expanded #customize-sidebar-outer-content { |
2968 | | left: 0; |
2969 | | } |
2970 | | |
2971 | 2955 | #available-widgets .customize-section-title, |
2972 | 2956 | #available-menu-items .customize-section-title { |
2973 | 2957 | display: block; |
… |
… |
body.adding-widget .add-new-widget:before, |
3040 | 3024 | padding: 8px 15px; |
3041 | 3025 | box-shadow: none; |
3042 | 3026 | } |
| 3027 | |
| 3028 | .wp-full-overlay.expanded { |
| 3029 | margin-left: 0; |
| 3030 | } |
| 3031 | |
| 3032 | body.adding-widget div#available-widgets, |
| 3033 | body.adding-menu-items div#available-menu-items, |
| 3034 | body.outer-section-open div#customize-sidebar-outer-content { |
| 3035 | top: 46px; |
| 3036 | left: 0; |
| 3037 | z-index: 10; |
| 3038 | width: 100%; |
| 3039 | } |
| 3040 | |
| 3041 | body.wp-customizer .wp-full-overlay.expanded #customize-sidebar-outer-content { |
| 3042 | left: -100%; |
| 3043 | } |
| 3044 | |
| 3045 | body.wp-customizer.outer-section-open .wp-full-overlay.expanded #customize-sidebar-outer-content { |
| 3046 | left: 0; |
| 3047 | } |
3043 | 3048 | } |