diff -r 34716fd837a4 -r be944660c56a wp/wp-admin/css/customize-controls.css --- a/wp/wp-admin/css/customize-controls.css Tue Dec 15 15:52:01 2020 +0100 +++ b/wp/wp-admin/css/customize-controls.css Wed Sep 21 18:19:35 2022 +0200 @@ -61,7 +61,7 @@ } #customize-controls .description { - color: #555d66; + color: #50575e; } #customize-save-button-wrapper { @@ -80,7 +80,7 @@ } #customize-save-button-wrapper .save:focus, #publish-settings:focus { - box-shadow: 0 1px 0 #0073aa, 0 0 2px 1px #33b3db; /* This is default box shadow for focus */ + box-shadow: 0 1px 0 #2271b1, 0 0 2px 1px #72aee6; /* This is default box shadow for focus */ } #customize-save-button-wrapper .save.has-next-sibling { @@ -98,10 +98,10 @@ width: 100%; margin: 0; z-index: -1; - background: #eee; + background: #f0f0f1; transition: left .18s; - border-right: 1px solid #ddd; - border-left: 1px solid #ddd; + border-right: 1px solid #dcdcde; + border-left: 1px solid #dcdcde; height: 100%; } @@ -179,7 +179,7 @@ } #customize-header-actions { - border-bottom: 1px solid #ddd; + border-bottom: 1px solid #dcdcde; } #customize-controls .wp-full-overlay-sidebar-content { @@ -188,19 +188,19 @@ } .outer-section-open #customize-controls .wp-full-overlay-sidebar-content { - background: #eee; + background: #f0f0f1; } #customize-controls .customize-info { border: none; - border-bottom: 1px solid #ddd; + border-bottom: 1px solid #dcdcde; margin-bottom: 15px; } #customize-control-changeset_status .customize-inside-control-row, #customize-control-changeset_preview_link input { - background-color: #ffffff; - border-bottom: 1px solid #ddd; + background-color: #fff; + border-bottom: 1px solid #dcdcde; box-sizing: content-box; width: 100%; margin-left: -12px; @@ -226,7 +226,7 @@ } #customize-controls .date-input:invalid { - border-color: #dc3232; + border-color: #d63638; } #customize-control-changeset_status .customize-inside-control-row { @@ -236,7 +236,7 @@ } #customize-control-changeset_status .customize-inside-control-row:first-of-type { - border-top: 1px solid #ddd; + border-top: 1px solid #dcdcde; } #customize-control-changeset_status .customize-control-title { @@ -268,7 +268,7 @@ content: ""; height: 28px; position: absolute; - background: #ffffff; + background: #fff; top: -1px; } @@ -286,7 +286,7 @@ #customize-control-changeset_preview_link input { line-height: 2.85714286; /* 40px */ - border-top: 1px solid #ddd; + border-top: 1px solid #dcdcde; border-left: none; border-right: none; text-indent: -999px; @@ -315,7 +315,7 @@ #customize-control-changeset_preview_link a.disabled:active, #customize-control-changeset_preview_link a.disabled:focus, #customize-control-changeset_preview_link a.disabled:visited { - color: black; + color: #000; opacity: 0.4; cursor: default; outline: none; @@ -376,8 +376,8 @@ width: 100%; margin-left: -12px; padding: 12px; - background: #ffffff; - border-bottom: 1px solid #ddd; + background: #fff; + border-bottom: 1px solid #dcdcde; margin-bottom: 0; } @@ -409,7 +409,7 @@ #customize-controls .customize-info .accordion-section-title { background: #fff; - color: #555d66; + color: #50575e; border-left: none; border-right: none; border-bottom: none; @@ -419,7 +419,7 @@ #customize-controls .customize-info.open .accordion-section-title:after, #customize-controls .customize-info .accordion-section-title:hover:after, #customize-controls .customize-info .accordion-section-title:focus:after { - color: #32373c; + color: #2c3338; } #customize-controls .customize-info .accordion-section-title:after { @@ -462,7 +462,7 @@ box-shadow: none; -webkit-appearance: none; background: transparent; - color: #555d66; + color: #50575e; border: none; } @@ -475,18 +475,18 @@ #customize-controls .customize-info.open .customize-help-toggle, #customize-controls .customize-info .customize-help-toggle:focus, #customize-controls .customize-info .customize-help-toggle:hover { - color: #0073aa; + color: #2271b1; } #customize-controls .customize-info .customize-panel-description, #customize-controls .customize-info .customize-section-description, #customize-outer-theme-controls .customize-info .customize-section-description, #customize-controls .no-widget-areas-rendered-notice { - color: #555d66; + color: #50575e; display: none; background: #fff; padding: 12px 15px; - border-top: 1px solid #ddd; + border-top: 1px solid #dcdcde; } #customize-controls .customize-info .customize-panel-description.open + .no-widget-areas-rendered-notice { @@ -527,9 +527,9 @@ #customize-theme-controls .accordion-section-title, #customize-outer-theme-controls .accordion-section-title { - color: #555d66; + color: #50575e; background-color: #fff; - border-bottom: 1px solid #ddd; + border-bottom: 1px solid #dcdcde; border-left: 4px solid #fff; transition: .15s color ease-in-out, @@ -538,7 +538,7 @@ } #customize-controls #customize-theme-controls .customize-themes-panel .accordion-section-title { - color: #555; + color: #50575e; background-color: #fff; border-left: 4px solid #fff; } @@ -546,12 +546,12 @@ #customize-theme-controls .accordion-section-title:after, #customize-outer-theme-controls .accordion-section-title:after { content: "\f345"; - color: #a0a5aa; + color: #a7aaad; } #customize-theme-controls .accordion-section-content, #customize-outer-theme-controls .accordion-section-content { - color: #555d66; + color: #50575e; background: transparent; } @@ -559,20 +559,20 @@ #customize-controls .control-section .accordion-section-title:hover, #customize-controls .control-section.open .accordion-section-title, #customize-controls .control-section .accordion-section-title:focus { - color: #0073aa; - background: #f3f3f5; - border-left-color: #0073aa; + color: #2271b1; + background: #f6f7f7; + border-left-color: #2271b1; } #accordion-section-themes + .control-section { - border-top: 1px solid #ddd; + border-top: 1px solid #dcdcde; } .js .control-section:hover .accordion-section-title, .js .control-section .accordion-section-title:hover, .js .control-section.open .accordion-section-title, .js .control-section .accordion-section-title:focus { - background: #f3f3f5; + background: #f6f7f7; } #customize-theme-controls .control-section:hover > .accordion-section-title:after, @@ -583,27 +583,27 @@ #customize-outer-theme-controls .control-section .accordion-section-title:hover:after, #customize-outer-theme-controls .control-section.open .accordion-section-title:after, #customize-outer-theme-controls .control-section .accordion-section-title:focus:after { - color: #0073aa; + color: #2271b1; } #customize-theme-controls .control-section.open { - border-bottom: 1px solid #eee; + border-bottom: 1px solid #f0f0f1; } #customize-theme-controls .control-section.open .accordion-section-title, #customize-outer-theme-controls .control-section.open .accordion-section-title { - border-bottom-color: #eee !important; + border-bottom-color: #f0f0f1 !important; } #customize-theme-controls .control-section:last-of-type.open, #customize-theme-controls .control-section:last-of-type > .accordion-section-title { - border-bottom-color: #ddd; + border-bottom-color: #dcdcde; } #customize-theme-controls .control-panel-content:not(.control-panel-nav_menus) .control-section:nth-child(2), #customize-theme-controls .control-panel-nav_menus .control-section-nav_menu, #customize-theme-controls .control-section-nav_menu_locations .accordion-section-title { - border-top: 1px solid #ddd; + border-top: 1px solid #dcdcde; } #customize-theme-controls .control-panel-nav_menus .control-section-nav_menu + .control-section-nav_menu { @@ -717,7 +717,7 @@ .customize-section-title { margin: -12px -12px 0 -12px; - border-bottom: 1px solid #ddd; + border-bottom: 1px solid #dcdcde; background: #fff; } @@ -738,7 +738,7 @@ } #customize-theme-controls .customize-themes-panel h3.customize-section-title:first-child { - border-bottom: 1px solid #ddd; + border-bottom: 1px solid #dcdcde; padding: 12px 12px 12px 12px; } @@ -751,7 +751,7 @@ padding: 10px 10px 12px 14px; margin: 0; line-height: 21px; - color: #555d66; + color: #50575e; } .accordion-sub-container.control-panel-content { @@ -777,11 +777,11 @@ width: 45px; height: 41px; padding: 0 2px 0 0; - background: #eee; + background: #f0f0f1; border: none; - border-top: 4px solid #eee; - border-right: 1px solid #ddd; - color: #444; + border-top: 4px solid #f0f0f1; + border-right: 1px solid #dcdcde; + color: #3c434a; text-align: left; cursor: pointer; transition: @@ -801,7 +801,7 @@ margin: 0; background: #fff; border: none; - border-right: 1px solid #ddd; + border-right: 1px solid #dcdcde; border-left: 4px solid #fff; box-shadow: none; cursor: pointer; @@ -831,7 +831,7 @@ #customize-controls .panel-meta.customize-info .accordion-section-title:hover, #customize-controls .cannot-expand:hover .accordion-section-title { background: #fff; - color: #555d66; + color: #50575e; border-left-color: #fff; } @@ -840,8 +840,8 @@ .customize-controls-preview-toggle:focus, .customize-controls-preview-toggle:hover { background: #fff; - color: #0073aa; - border-top-color: #0073aa; + color: #2271b1; + border-top-color: #2271b1; box-shadow: none; /* Only visible in Windows High Contrast mode */ outline: 1px solid transparent; @@ -857,9 +857,9 @@ .customize-panel-back:focus, .customize-section-back:hover, .customize-section-back:focus { - color: #0073aa; - background: #f3f3f5; - border-left-color: #0073aa; + color: #2271b1; + background: #f6f7f7; + border-left-color: #2271b1; box-shadow: none; /* Only visible in Windows High Contrast mode */ outline: 2px solid transparent; @@ -883,7 +883,7 @@ } .wp-full-overlay-sidebar .wp-full-overlay-header { - background-color: #eee; + background-color: #f0f0f1; transition: padding ease-in-out .18s; } @@ -1062,7 +1062,7 @@ position: absolute; bottom: 0; z-index: 10; - background: #eee; + background: #f0f0f1; display: flex; } @@ -1084,7 +1084,7 @@ } .customize-control-dropdown-pages .new-content-item .create-item-input.invalid { - border: 1px solid #dc3232; + border: 1px solid #d63638; } .customize-control-dropdown-pages .add-new-toggle { @@ -1103,8 +1103,8 @@ } .wp-full-overlay-sidebar { - background: #eee; - border-right: 1px solid #ddd; + background: #f0f0f1; + border-right: 1px solid #dcdcde; } @@ -1120,7 +1120,7 @@ #customize-controls .customize-control-widget_form.has-error .widget .widget-top, .customize-control-nav_menu_item.has-error .menu-item-bar .menu-item-handle { - box-shadow: inset 0 0 0 2px #dc3232; + box-shadow: inset 0 0 0 2px #d63638; transition: .15s box-shadow linear; } @@ -1147,14 +1147,14 @@ } .customize-control-text.has-error input { - outline: 2px solid #dc3232; + outline: 2px solid #d63638; } #customize-controls #customize-notifications-area { position: absolute; top: 46px; width: 100%; - border-bottom: 1px solid #ddd; + border-bottom: 1px solid #dcdcde; display: block; padding: 0; margin: 0; @@ -1182,7 +1182,7 @@ } #customize-controls .panel-meta > .customize-control-notifications-container, #customize-controls .customize-section-title > .customize-control-notifications-container { - border-top: 1px solid #ddd; + border-top: 1px solid #dcdcde; } #customize-controls #customize-notifications-area .notice, #customize-controls .panel-meta > .customize-control-notifications-container .notice, @@ -1219,7 +1219,7 @@ /* Note: Styles for this are also defined in themes.css */ #customize-controls #customize-notifications-area .notice.notification-overlay .notification-message { clear: both; - color: #191e23; + color: #1d2327; font-size: 18px; font-style: normal; margin: 0; @@ -1263,10 +1263,8 @@ line-height: 16px; margin-right: 16px; padding: 4px 5px; - border: 2px solid #eee; + border: 2px solid #f0f0f1; -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; user-select: none; } @@ -1277,13 +1275,13 @@ bottom: 0; right: 0; width: 20px; - background: #eee; + background: #f0f0f1; } .customize-control .dropdown-arrow:after { content: "\f140"; font: normal 20px/1 dashicons; - speak: none; + speak: never; display: block; padding: 0; text-indent: 0; @@ -1292,12 +1290,12 @@ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-decoration: none !important; - color: #32373c; + color: #2c3338; } .customize-control .dropdown-status { - color: #32373c; - background: #eee; + color: #2c3338; + background: #f0f0f1; display: none; max-width: 112px; } @@ -1308,7 +1306,7 @@ } .customize-control-color .dropdown .dropdown-content { - background-color: #555d66; + background-color: #50575e; border: 1px solid rgba(0, 0, 0, 0.15); } @@ -1377,7 +1375,7 @@ position: relative; text-align: center; cursor: default; - border: 1px dashed #b4b9be; + border: 1px dashed #c3c4c7; box-sizing: border-box; padding: 9px 0; line-height: 1.6; @@ -1385,19 +1383,19 @@ .customize-control .attachment-media-view .button-add-media { cursor: pointer; - background-color: #edeff0; - color: #32373c; + background-color: #f0f0f1; + color: #2c3338; } .customize-control .attachment-media-view .button-add-media:hover { - background-color: #fbfbfc; + background-color: #fff; } .customize-control .attachment-media-view .button-add-media:focus { - background-color: #fbfbfc; - border-color: #007cba; + background-color: #fff; + border-color: #3582c4; border-style: solid; - box-shadow: 0 0 0 1px #007cba; + box-shadow: 0 0 0 1px #3582c4; /* Only visible in Windows High Contrast mode */ outline: 2px solid transparent; } @@ -1406,7 +1404,7 @@ display: none; position: absolute; width: 100%; - color: #555d66; + color: #50575e; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; @@ -1450,7 +1448,7 @@ left: 0; bottom: 0; right: 0; - border: 4px solid #00a0d2; + border: 4px solid #72aee6; border-radius: 2px; } @@ -1463,7 +1461,7 @@ .customize-control-header .uploaded .header-view .close { font-size: 20px; color: #fff; - background: #555d66; + background: #50575e; background: rgba(0, 0, 0, 0.5); position: absolute; top: 10px; @@ -1481,7 +1479,7 @@ } .customize-control-header .header-view .close:focus { - outline: 1px solid #5b9dd9; + outline: 1px solid #4f94d4; } /* Header control: randomiz(s)er */ @@ -1543,8 +1541,8 @@ .customize-control-header .choice:focus { outline: none; box-shadow: - 0 0 0 1px #5b9dd9, - 0 0 3px 1px rgba(30, 140, 190, 0.8); + 0 0 0 1px #4f94d4, + 0 0 3px 1px rgba(79, 148, 212, 0.8); } .customize-control-header .uploaded div:last-child > .choice { @@ -1661,9 +1659,9 @@ #customize-theme-controls .control-panel-themes > .accordion-section-title { cursor: default; background: #fff; - color: #555d66; - border-top: 1px solid #ddd; - border-bottom: 1px solid #ddd; + color: #50575e; + border-top: 1px solid #dcdcde; + border-bottom: 1px solid #dcdcde; border-left: none; border-right: none; margin: 0 0 15px 0; @@ -1721,7 +1719,7 @@ overflow-y: scroll; width: calc(100% - 300px); height: calc(100% - 96px); - background: #eee; + background: #f0f0f1; z-index: 20; } @@ -1758,7 +1756,7 @@ } .wp-full-overlay.in-themes-panel { - background: #eee; /* Prevents a black flash when fading in the panel */ + background: #f0f0f1; /* Prevents a black flash when fading in the panel */ } .in-themes-panel #customize-save-button-wrapper, @@ -1796,8 +1794,8 @@ } .themes-filter-bar .feature-filter-toggle.open { - background: #eee; - border-color: #999; + background: #f0f0f1; + border-color: #8c8f94; box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5); } @@ -1814,8 +1812,8 @@ padding: 25px 0 25px 25px; border-top: 0; margin: 0; - background: #eee; - border-bottom: 1px solid #ddd; + background: #f0f0f1; + border-bottom: 1px solid #dcdcde; } .filter-drawer .filter-group { @@ -1854,7 +1852,7 @@ .control-panel-themes .filter-themes-count .themes-displayed { font-weight: 600; - color: #555d66; + color: #50575e; } .customize-themes-notifications { @@ -1878,8 +1876,8 @@ padding: 0 0 8px 15px; margin: 15px 0 0 0; line-height: 16px; - border-bottom: 1px solid #ddd; - color: #555d66; + border-bottom: 1px solid #dcdcde; + color: #50575e; } .control-panel-themes .customize-themes-section-title { @@ -1888,7 +1886,7 @@ box-shadow: none; outline: none; border-top: none; - border-bottom: 1px solid #ddd; + border-bottom: 1px solid #dcdcde; border-left: 4px solid #fff; border-right: none; cursor: pointer; @@ -1897,12 +1895,12 @@ text-align: left; font-size: 14px; font-weight: 600; - color: #555d66; + color: #50575e; text-shadow: none; } .control-panel-themes #accordion-section-installed_themes { - border-top: 1px solid #ddd; + border-top: 1px solid #dcdcde; } .control-panel-themes .theme-section { @@ -1912,9 +1910,9 @@ .control-panel-themes .customize-themes-section-title:focus, .control-panel-themes .customize-themes-section-title:hover { - border-left-color: #0073aa; - color: #0073aa; - background: #f5f5f5; + border-left-color: #2271b1; + color: #2271b1; + background: #f6f7f7; } .customize-themes-section-title:not(.selected):after { @@ -1926,7 +1924,7 @@ width: 18px; height: 18px; border-radius: 100%; - border: 1px solid #ccc; + border: 1px solid #c3c4c7; background: #fff; } @@ -1941,12 +1939,12 @@ position: absolute; top: 9px; right: 15px; - background: #0073aa; + background: #2271b1; color: #fff; } .control-panel-themes .customize-themes-section-title.selected { - color: #0073aa; + color: #2271b1; } #customize-theme-controls .themes.accordion-section-content { @@ -1980,7 +1978,7 @@ .customize-control-theme .theme { width: 100%; margin: 0; - border: 1px solid #ddd; + border: 1px solid #dcdcde; background: #fff; } @@ -2057,11 +2055,11 @@ left: 300px; width: calc(100% - 300px); height: 46px; - background: #eee; + background: #f0f0f1; z-index: 10; padding: 6px 25px; box-sizing: border-box; - border-bottom: 1px solid #ddd; + border-bottom: 1px solid #dcdcde; } @media screen and (min-width: 1670px) { @@ -2182,8 +2180,8 @@ position: fixed; top: 0; left: 0; - background: #eee; - color: #444; + background: #f0f0f1; + color: #3c434a; border-radius: 0; box-shadow: none; border: none; @@ -2192,7 +2190,7 @@ z-index: 10; text-align: left; text-shadow: none; - border-bottom: 1px solid #ddd; + border-bottom: 1px solid #dcdcde; border-left: 4px solid transparent; margin: 0; padding: 0; @@ -2208,14 +2206,14 @@ display: block; line-height: 2.3; padding: 0 8px 0 8px; - border-right: 1px solid #ddd; + border-right: 1px solid #dcdcde; } .wp-customizer .showing-themes .control-panel-themes .customize-themes-mobile-back:hover, .wp-customizer .showing-themes .control-panel-themes .customize-themes-mobile-back:focus { - color: #0073aa; - background: #f3f3f5; - border-left-color: #0073aa; + color: #2271b1; + background: #f6f7f7; + border-left-color: #2271b1; box-shadow: none; /* Only visible in Windows High Contrast mode */ outline: 2px solid transparent; @@ -2258,7 +2256,7 @@ } .wp-customizer .theme-overlay .theme-backdrop { - background: rgba(238, 238, 238, 0.75); + background: rgba(240, 240, 241, 0.75); position: fixed; z-index: 110; } @@ -2283,8 +2281,8 @@ .wp-customizer .theme-overlay .theme-actions { text-align: right; /* Because there're only one or two actions, match the UI pattern of media modals and right-align the action. */ padding: 10px 25px; - background: #eee; - border-top: 1px solid #ddd; + background: #f0f0f1; + border-top: 1px solid #dcdcde; } .wp-customizer .theme-overlay .theme-actions .theme-install.preview { @@ -2303,12 +2301,12 @@ } .wp-customizer .theme-header { - background: #eee; + background: #f0f0f1; } .wp-customizer .theme-overlay .theme-header button, .wp-customizer .theme-overlay .theme-header .close:before { - color: #444; + color: #3c434a; } .wp-customizer .theme-overlay .theme-header .close:focus, @@ -2318,13 +2316,13 @@ .wp-customizer .theme-overlay .theme-header .left:focus, .wp-customizer .theme-overlay .theme-header .left:hover { background: #fff; - border-bottom: 4px solid #0073aa; - color: #0073aa; + border-bottom: 4px solid #2271b1; + color: #2271b1; } .wp-customizer .theme-overlay .theme-header .close:focus:before, .wp-customizer .theme-overlay .theme-header .close:hover:before { - color: #0073aa; + color: #2271b1; } .wp-customizer .theme-overlay .theme-header button.disabled, @@ -2332,7 +2330,7 @@ .wp-customizer .theme-overlay .theme-header button.disabled:focus { border-bottom: none; background: transparent; - color: #ccc; + color: #c3c4c7; } /* Small Screens */ @@ -2354,22 +2352,22 @@ font-size: medium; height: auto; background: #fff; + border: 1px solid #c3c4c7; margin: 50px auto 2em; padding: 1em 2em; max-width: 700px; min-width: 0; - box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13); + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); } body.cheatin h1 { - border-bottom: 1px solid #ddd; + border-bottom: 1px solid #dcdcde; clear: both; - color: #555d66; + color: #50575e; font-size: 24px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; margin: 30px 0 0 0; - padding: 0; - padding-bottom: 7px; + padding: 0 0 7px; } body.cheatin p { @@ -2387,12 +2385,9 @@ #customize-theme-controls .add-new-menu-item { cursor: pointer; float: right; - margin: 0; - margin-left: 10px; + margin: 0 0 0 10px; transition: all 0.2s; -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; user-select: none; outline: none; } @@ -2447,7 +2442,7 @@ display: block; width: 33px; /* was 42px for mobile */ height: 43px; - color: #82878c; + color: #8c8f94; text-indent: -9999px; cursor: pointer; outline: none; @@ -2480,8 +2475,8 @@ .widget-reorder-nav span:focus, .menu-item-reorder-nav button:hover, .menu-item-reorder-nav button:focus { - color: #191e23; - background: #eee; + color: #1d2327; + background: #f0f0f1; } .move-widget-down:before, @@ -2500,7 +2495,7 @@ .move-down-disabled .menus-move-down, .move-right-disabled .menus-move-right, .move-left-disabled .menus-move-left { - color: #d5d5d5; + color: #dcdcde; background-color: #fff; cursor: default; pointer-events: none; @@ -2521,9 +2516,9 @@ .adding-menu-items .add-new-menu-item:hover, .add-menu-toggle.open, .add-menu-toggle.open:hover { - background: #eee; - border-color: #929793; - color: #32373c; + background: #f0f0f1; + border-color: #8c8f94; + color: #2c3338; box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5); } @@ -2545,9 +2540,9 @@ width: 300px; margin: 0; z-index: 4; - background: #eee; + background: #f0f0f1; transition: left .18s; - border-right: 1px solid #ddd; + border-right: 1px solid #dcdcde; } #available-widgets .customize-section-title, @@ -2561,7 +2556,7 @@ overflow: auto; bottom: 0; width: 100%; - border-top: 1px solid #ddd; + border-top: 1px solid #dcdcde; } .no-widgets-found #available-widgets-list { @@ -2573,7 +2568,7 @@ top: 0; z-index: 1; width: 300px; - background: #eee; + background: #f0f0f1; } /* search field container */ @@ -2606,7 +2601,7 @@ height: 30px; line-height: 2.1; text-align: center; - color: #72777c; + color: #646970; } #available-widgets-filter .clear-results, @@ -2620,7 +2615,7 @@ border: 0; cursor: pointer; background: none; - color: #a00; + color: #d63638; text-decoration: none; outline: 0; } @@ -2649,14 +2644,14 @@ #available-widgets-filter .clear-results:focus, #available-menu-items-search .clear-results:hover, #available-menu-items-search .clear-results:focus { - color: #dc3232; + color: #d63638; } #available-widgets-filter .clear-results:focus, #available-menu-items-search .clear-results:focus { box-shadow: - 0 0 0 1px #5b9dd9, - 0 0 2px 1px rgba(30, 140, 190, 0.8); + 0 0 0 1px #4f94d4, + 0 0 2px 1px rgba(79, 148, 212, 0.8); } #available-menu-items-search .search-icon:after, @@ -2674,7 +2669,7 @@ top: 7px; left: 26px; z-index: 1; - color: #72777c; + color: #646970; height: 30px; width: 30px; line-height: 2; @@ -2706,7 +2701,7 @@ position: relative; padding: 15px 15px 15px 60px; background: #fff; - border-bottom: 1px solid #ddd; + border-bottom: 1px solid #dcdcde; border-left: 4px solid #fff; transition: .15s color ease-in-out, @@ -2820,15 +2815,16 @@ position: absolute; top: 0; left: 48px; - line-height: 3.2; + line-height: 2.6; font-size: 14px; - padding: 0 12px; + padding: 0 12px 4px; margin: 0; height: 45px; - background: #eee; + background: #f0f0f1; border: 0; - border-right: 1px solid #ddd; - color: #555d66; + border-right: 1px solid #dcdcde; + border-top: 4px solid #f0f0f1; + color: #50575e; cursor: pointer; transition: color .1s ease-in-out, background .1s ease-in-out; } @@ -2903,7 +2899,7 @@ padding: 9px 10px 12px 14px; margin: 0; line-height: 24px; - color: #555d66; + color: #50575e; display: block; overflow: hidden; white-space: nowrap;