--- a/wp/wp-admin/css/customize-widgets-rtl.css Tue Dec 15 15:52:01 2020 +0100
+++ b/wp/wp-admin/css/customize-widgets-rtl.css Wed Sep 21 18:19:35 2022 +0200
@@ -26,12 +26,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 {
@@ -54,9 +54,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;
}
@@ -68,7 +66,7 @@
position: fixed;
right: 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 {
@@ -80,7 +78,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 {
@@ -113,7 +111,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;
}
@@ -129,7 +127,7 @@
#customize-theme-controls .widget-reorder-nav {
display: none;
float: left;
- background-color: #fafafa;
+ background-color: #f6f7f7;
}
.move-widget:before {
@@ -139,7 +137,7 @@
#customize-theme-controls .move-widget-area {
display: none;
background: #fff;
- border: 1px solid #ddd;
+ border: 1px solid #c3c4c7;
border-top: none;
cursor: auto;
}
@@ -164,12 +162,10 @@
position: relative;
margin: 0;
padding: 13px 42px 15px 15px;
- 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;
}
@@ -185,13 +181,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 {
@@ -247,10 +242,10 @@
#available-widgets .widget-tpl:hover,
#available-widgets .widget-tpl.selected {
- background: #f3f3f5;
- border-bottom-color: #ccc;
- color: #0073aa;
- border-right: 4px solid #0073aa;
+ background: #f6f7f7;
+ border-bottom-color: #c3c4c7;
+ color: #2271b1;
+ border-right: 4px solid #2271b1;
}
#customize-controls .widget-title h3 {
@@ -264,7 +259,7 @@
#available-widgets .widget .widget-description {
padding: 0;
- color: #72777c;
+ color: #646970;
}
#customize-preview {
@@ -303,7 +298,7 @@
margin-left: 20px;
width: 20px;
height: 20px;
- color: #32373c;
+ color: #2c3338;
font: normal 20px/1 dashicons;
text-align: center;
box-sizing: border-box;