diff -r 34716fd837a4 -r be944660c56a wp/wp-admin/css/customize-widgets.css --- a/wp/wp-admin/css/customize-widgets.css Tue Dec 15 15:52:01 2020 +0100 +++ b/wp/wp-admin/css/customize-widgets.css Wed Sep 21 18:19:35 2022 +0200 @@ -25,12 +25,12 @@ } .customize-control .widget-action { - color: #72777c; + color: #787c82; } .customize-control .widget-top:hover .widget-action, .customize-control .widget-action:focus { - color: #23282d; + color: #1d2327; } .customize-control-widget_form:not(.widget-rendered) .widget-top { @@ -53,9 +53,7 @@ .customize-control-widget_form.widget-form-disabled .widget-content { opacity: 0.7; pointer-events: none; - -moz-user-select: none; -webkit-user-select: none; - -ms-user-select: none; user-select: none; } @@ -67,7 +65,7 @@ position: fixed; left: 299px; top: 25%; - border: 1px solid rgb(229, 229, 229); + border: 1px solid #dcdcde; overflow: auto; } .customize-control-widget_form.wide-widget-control .widget-inside > .form { @@ -79,7 +77,7 @@ } .customize-control-widget_form.wide-widget-control.expanding .widget-top, .customize-control-widget_form.wide-widget-control.expanded:not(.collapsing) .widget-top { - background-color: rgb(227, 227, 227); + background-color: #dcdcde; } .widget-inside { @@ -112,7 +110,7 @@ .control-section.accordion-section.highlighted > .accordion-section-title, .customize-control-widget_form.highlighted { outline: none; - box-shadow: 0 0 2px rgba(30, 140, 190, 0.8); + box-shadow: 0 0 2px rgba(79, 148, 212, 0.8); position: relative; z-index: 1; } @@ -128,7 +126,7 @@ #customize-theme-controls .widget-reorder-nav { display: none; float: right; - background-color: #fafafa; + background-color: #f6f7f7; } .move-widget:before { @@ -138,7 +136,7 @@ #customize-theme-controls .move-widget-area { display: none; background: #fff; - border: 1px solid #ddd; + border: 1px solid #c3c4c7; border-top: none; cursor: auto; } @@ -163,12 +161,10 @@ position: relative; margin: 0; padding: 13px 15px 15px 42px; - color: #555; - border-top: 1px solid #eee; + color: #50575e; + border-top: 1px solid #c3c4c7; cursor: pointer; -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; user-select: none; } @@ -184,13 +180,12 @@ } #customize-theme-controls .widget-area-select li:last-child { - border-bottom: 1px solid #eee; + border-bottom: 1px solid #c3c4c7; } #customize-theme-controls .widget-area-select .selected { color: #fff; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4); - background: #00a0d2; + background: #2271b1; } #customize-theme-controls .widget-area-select .selected:before { @@ -246,10 +241,10 @@ #available-widgets .widget-tpl:hover, #available-widgets .widget-tpl.selected { - background: #f3f3f5; - border-bottom-color: #ccc; - color: #0073aa; - border-left: 4px solid #0073aa; + background: #f6f7f7; + border-bottom-color: #c3c4c7; + color: #2271b1; + border-left: 4px solid #2271b1; } #customize-controls .widget-title h3 { @@ -263,7 +258,7 @@ #available-widgets .widget .widget-description { padding: 0; - color: #72777c; + color: #646970; } #customize-preview { @@ -302,7 +297,7 @@ margin-right: 20px; width: 20px; height: 20px; - color: #32373c; + color: #2c3338; font: normal 20px/1 dashicons; text-align: center; box-sizing: border-box;