345 .date-time-fields .date-input.minute { |
349 .date-time-fields .date-input.minute { |
346 width: 46px; |
350 width: 46px; |
347 } |
351 } |
348 |
352 |
349 .date-time-fields .date-input.year { |
353 .date-time-fields .date-input.year { |
350 width: 60px; |
354 width: 65px; |
351 } |
355 } |
352 |
356 |
353 .date-time-fields .date-input.meridian { |
357 .date-time-fields .date-input.meridian { |
354 width: auto; |
358 width: auto; |
355 margin: 0; |
359 margin: 0; |
356 } |
360 } |
357 |
361 |
358 .date-time-fields .time-row { |
362 .date-time-fields .time-row { |
359 margin-top: 12px; |
363 margin-top: 12px; |
360 } |
|
361 |
|
362 .date-time-fields .date-timezone { |
|
363 line-height: 2.2; |
|
364 text-decoration: none; |
|
365 } |
364 } |
366 |
365 |
367 #customize-control-changeset_preview_link { |
366 #customize-control-changeset_preview_link { |
368 margin-top: 6px; |
367 margin-top: 6px; |
369 } |
368 } |
842 .customize-controls-preview-toggle:focus, |
841 .customize-controls-preview-toggle:focus, |
843 .customize-controls-preview-toggle:hover { |
842 .customize-controls-preview-toggle:hover { |
844 background: #fff; |
843 background: #fff; |
845 color: #0073aa; |
844 color: #0073aa; |
846 border-top-color: #0073aa; |
845 border-top-color: #0073aa; |
847 outline: none; |
|
848 box-shadow: none; |
846 box-shadow: none; |
849 } |
847 /* Only visible in Windows High Contrast mode */ |
850 |
848 outline: 1px solid transparent; |
|
849 } |
|
850 |
|
851 #customize-theme-controls .accordion-section-title:focus .customize-action { |
|
852 /* Only visible in Windows High Contrast mode */ |
|
853 outline: 1px solid transparent; |
|
854 outline-offset: 1px; |
|
855 } |
851 |
856 |
852 .customize-panel-back:hover, |
857 .customize-panel-back:hover, |
853 .customize-panel-back:focus, |
858 .customize-panel-back:focus, |
854 .customize-section-back:hover, |
859 .customize-section-back:hover, |
855 .customize-section-back:focus { |
860 .customize-section-back:focus { |
856 color: #0073aa; |
861 color: #0073aa; |
857 background: #f3f3f5; |
862 background: #f3f3f5; |
858 border-right-color: #0073aa; |
863 border-right-color: #0073aa; |
859 outline: none; |
|
860 box-shadow: none; |
864 box-shadow: none; |
|
865 /* Only visible in Windows High Contrast mode */ |
|
866 outline: 2px solid transparent; |
|
867 outline-offset: -2px; |
861 } |
868 } |
862 |
869 |
863 .customize-controls-close:before { |
870 .customize-controls-close:before { |
864 font: normal 22px/45px dashicons; |
871 font: normal 22px/45px dashicons; |
865 content: "\f335"; |
872 content: "\f335"; |
901 |
908 |
902 .section-description-buttons { |
909 .section-description-buttons { |
903 text-align: left; |
910 text-align: left; |
904 } |
911 } |
905 |
912 |
906 .section-description-buttons button.button-link { |
|
907 color: #0073aa; |
|
908 text-decoration: underline; |
|
909 } |
|
910 |
|
911 .customize-control { |
913 .customize-control { |
912 width: 100%; |
914 width: 100%; |
913 float: right; |
915 float: right; |
914 clear: both; |
916 clear: both; |
915 margin-bottom: 12px; |
917 margin-bottom: 12px; |
916 } |
|
917 |
|
918 .customize-control select, |
|
919 .customize-control input[type="radio"], |
|
920 .customize-control input[type="checkbox"] { |
|
921 line-height: 2; |
|
922 } |
918 } |
923 |
919 |
924 .customize-control input[type="text"], |
920 .customize-control input[type="text"], |
925 .customize-control input[type="password"], |
921 .customize-control input[type="password"], |
926 .customize-control input[type="email"], |
922 .customize-control input[type="email"], |
927 .customize-control input[type="number"], |
923 .customize-control input[type="number"], |
928 .customize-control input[type="search"], |
924 .customize-control input[type="search"], |
929 .customize-control input[type="tel"], |
925 .customize-control input[type="tel"], |
930 .customize-control input[type="url"] { |
926 .customize-control input[type="url"] { |
931 width: 100%; |
927 width: 100%; |
932 line-height: 1.3; |
|
933 margin: 0; |
928 margin: 0; |
934 } |
929 } |
935 |
930 |
936 .customize-control-hidden { |
931 .customize-control-hidden { |
937 margin: 0; |
932 margin: 0; |
1401 background-color: #fbfbfc; |
1394 background-color: #fbfbfc; |
1402 } |
1395 } |
1403 |
1396 |
1404 .customize-control .attachment-media-view .button-add-media:focus { |
1397 .customize-control .attachment-media-view .button-add-media:focus { |
1405 background-color: #fbfbfc; |
1398 background-color: #fbfbfc; |
|
1399 border-color: #007cba; |
1406 border-style: solid; |
1400 border-style: solid; |
1407 border-color: #5b9dd9; |
1401 box-shadow: 0 0 0 1px #007cba; |
1408 box-shadow: 0 0 3px rgba( 0, 115, 170, .8 ); |
|
1409 /* Only visible in Windows High Contrast mode */ |
1402 /* Only visible in Windows High Contrast mode */ |
1410 outline: 2px solid transparent; |
1403 outline: 2px solid transparent; |
1411 outline-offset: -2px; |
|
1412 } |
1404 } |
1413 |
1405 |
1414 .customize-control-header .inner { |
1406 .customize-control-header .inner { |
1415 display: none; |
1407 display: none; |
1416 position: absolute; |
1408 position: absolute; |
1642 margin-left: 12px; |
1634 margin-left: 12px; |
1643 } |
1635 } |
1644 |
1636 |
1645 .theme-browser .theme.active .theme-actions, |
1637 .theme-browser .theme.active .theme-actions, |
1646 .wp-customizer .theme-browser .theme .theme-actions { |
1638 .wp-customizer .theme-browser .theme .theme-actions { |
1647 padding: 10px 15px; |
1639 padding: 9px 15px; |
1648 box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1); |
1640 box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1); |
1649 } |
1641 } |
1650 |
1642 |
1651 @media screen and (max-width: 640px) { |
1643 @media screen and (max-width: 640px) { |
1652 .customize-section-description-container + #customize-control-custom_css:last-child { |
1644 .customize-section-description-container + #customize-control-custom_css:last-child { |
1806 |
1798 |
1807 .themes-filter-bar .feature-filter-toggle.open { |
1799 .themes-filter-bar .feature-filter-toggle.open { |
1808 background: #eee; |
1800 background: #eee; |
1809 border-color: #999; |
1801 border-color: #999; |
1810 box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5); |
1802 box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5); |
1811 transform: translateY(1px); |
|
1812 } |
1803 } |
1813 |
1804 |
1814 .themes-filter-bar .feature-filter-toggle .filter-count-filters { |
1805 .themes-filter-bar .feature-filter-toggle .filter-count-filters { |
1815 display: none; |
1806 display: none; |
1816 } |
1807 } |
2224 .wp-customizer .showing-themes .control-panel-themes .customize-themes-mobile-back:hover, |
2215 .wp-customizer .showing-themes .control-panel-themes .customize-themes-mobile-back:hover, |
2225 .wp-customizer .showing-themes .control-panel-themes .customize-themes-mobile-back:focus { |
2216 .wp-customizer .showing-themes .control-panel-themes .customize-themes-mobile-back:focus { |
2226 color: #0073aa; |
2217 color: #0073aa; |
2227 background: #f3f3f5; |
2218 background: #f3f3f5; |
2228 border-right-color: #0073aa; |
2219 border-right-color: #0073aa; |
2229 outline: none; |
|
2230 box-shadow: none; |
2220 box-shadow: none; |
|
2221 /* Only visible in Windows High Contrast mode */ |
|
2222 outline: 2px solid transparent; |
|
2223 outline-offset: -2px; |
2231 } |
2224 } |
2232 |
2225 |
2233 .showing-themes #customize-header-actions { |
2226 .showing-themes #customize-header-actions { |
2234 display: none; |
2227 display: none; |
2235 } |
2228 } |
2592 } |
2585 } |
2593 |
2586 |
2594 #available-widgets-filter input, |
2587 #available-widgets-filter input, |
2595 #available-menu-items-search input { |
2588 #available-menu-items-search input { |
2596 width: 100%; |
2589 width: 100%; |
2597 height: 32px; |
2590 min-height: 32px; |
2598 margin: 1px 0; |
2591 margin: 1px 0; |
2599 padding: 6px 30px; |
2592 padding: 0 30px; |
2600 } |
2593 } |
2601 |
2594 |
2602 #available-widgets-filter input::-ms-clear, |
2595 #available-widgets-filter input::-ms-clear, |
2603 #available-menu-items-search input::-ms-clear { |
2596 #available-menu-items-search input::-ms-clear { |
2604 display: none; /* remove the "x" in IE, which conflicts with the "x" icon on button.clear-results */ |
2597 display: none; /* remove the "x" in IE, which conflicts with the "x" icon on button.clear-results */ |
2957 } |
2942 } |
2958 |
2943 |
2959 .wp-core-ui .themes-filter-bar .feature-filter-toggle { |
2944 .wp-core-ui .themes-filter-bar .feature-filter-toggle { |
2960 margin: 0; |
2945 margin: 0; |
2961 } |
2946 } |
2962 |
|
2963 .theme-browser .theme.active .theme-actions, |
|
2964 .wp-customizer .theme-browser .theme .theme-actions { |
|
2965 padding: 9px 15px; |
|
2966 box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1); |
|
2967 } |
|
2968 } |
2947 } |
2969 |
2948 |
2970 @media screen and (max-width: 600px) { |
2949 @media screen and (max-width: 600px) { |
2971 .theme-browser .theme.active .theme-actions, |
|
2972 .wp-customizer .theme-browser .theme .theme-actions { |
|
2973 padding: 8px 15px; |
|
2974 box-shadow: none; |
|
2975 } |
|
2976 |
|
2977 .wp-full-overlay.expanded { |
2950 .wp-full-overlay.expanded { |
2978 margin-right: 0; |
2951 margin-right: 0; |
2979 } |
2952 } |
2980 |
2953 |
2981 body.adding-widget div#available-widgets, |
2954 body.adding-widget div#available-widgets, |