diff -r 34716fd837a4 -r be944660c56a wp/wp-admin/css/widgets-rtl.css --- a/wp/wp-admin/css/widgets-rtl.css Tue Dec 15 15:52:01 2020 +0100 +++ b/wp/wp-admin/css/widgets-rtl.css Wed Sep 21 18:19:35 2022 +0200 @@ -17,7 +17,7 @@ .widget-top { font-size: 13px; font-weight: 600; - background: #f7f7f7; + background: #f6f7f7; } .widget-top .widget-action { @@ -38,8 +38,6 @@ white-space: nowrap; text-overflow: ellipsis; -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; user-select: none; } @@ -56,12 +54,12 @@ .in-widget-title, #widgets-right a.widget-control-edit, #available-widgets .widget-description { - color: #666; + color: #646970; } .deleting .widget-title, .deleting .widget-top .widget-action .toggle-indicator:before { - color: #a0a5aa; + color: #a7aaad; } /* Media Widgets */ @@ -93,7 +91,7 @@ .media-widget-control .attachment-media-view .button-add-media, .media-widget-control .placeholder { - border: 1px dashed #b4b9be; + border: 1px dashed #c3c4c7; box-sizing: border-box; cursor: pointer; line-height: 1.6; @@ -105,19 +103,19 @@ .media-widget-control .attachment-media-view .button-add-media { cursor: pointer; - background-color: #edeff0; - color: #32373c; + background-color: #f0f0f1; + color: #2c3338; } .media-widget-control .attachment-media-view .button-add-media:hover { - background-color: #fbfbfc; + background-color: #fff; } .media-widget-control .attachment-media-view .button-add-media:focus { - background-color: #fbfbfc; + background-color: #fff; border-style: solid; - border-color: #5b9dd9; - box-shadow: 0 0 3px rgba( 0, 115, 170, .8 ); + border-color: #4f94d4; + box-shadow: 0 0 3px rgba(34, 113, 177, 0.8); /* Only visible in Windows High Contrast mode */ outline: 2px solid transparent; outline-offset: -2px; @@ -140,7 +138,7 @@ .media-widget-control .media-widget-preview img { max-width: 100%; vertical-align: middle; - background-image: linear-gradient(-45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4), linear-gradient(-45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4); + background-image: linear-gradient(-45deg, #c3c4c7 25%, transparent 25%, transparent 75%, #c3c4c7 75%, #c3c4c7), linear-gradient(-45deg, #c3c4c7 25%, transparent 25%, transparent 75%, #c3c4c7 75%, #c3c4c7); background-position: 100% 0, 10px 10px; background-size: 20px 20px; } @@ -170,7 +168,7 @@ display: inline-block; min-height: 132px; width: 100%; - background: black; + background: #000; } .media-widget-video-link .dashicons { @@ -178,7 +176,7 @@ position: relative; width: 100%; top: -90px; - color: white; + color: #fff; text-decoration: none; } @@ -188,7 +186,7 @@ .media-frame #embed-url-field.invalid, .media-widget-image-link > .link:invalid { - border: 1px solid #dc3232; + border: 1px solid #d63638; } .media-widget-image-link { @@ -208,7 +206,7 @@ } .media-widget-preview .placeholder { - background: #f1f1f1; + background: #f0f0f1; } .media-widget-gallery-preview .gallery-item { @@ -260,7 +258,7 @@ .media-widget-gallery-preview .gallery-icon-placeholder-text { font-weight: 600; font-size: 2em; - color: white; + color: #fff; } @@ -274,7 +272,7 @@ } .widget-placeholder { - border: 1px dashed #b4b9be; + border: 1px dashed #c3c4c7; margin: 0 auto 10px; height: 45px; width: 100%; @@ -340,8 +338,8 @@ .sidebar-name .handlediv:focus .toggle-indicator:before { 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); } .sidebar-name h2, @@ -356,12 +354,12 @@ padding: 0 0 15px; margin: 0; font-style: normal; - color: #72777c; + color: #646970; } .widget-holder .description, .inactive-sidebar .description { - color: #555d66; + color: #50575e; } #widgets-right .widgets-holder-wrap .description { @@ -425,7 +423,6 @@ word-wrap: break-word; -ms-word-break: break-all; word-break: break-word; - -ms-hyphens: auto; -webkit-hyphens: auto; hyphens: auto; } @@ -514,7 +511,7 @@ /* Dragging a widget over a closed sidebar */ #widgets-right .widgets-holder-wrap.widget-hover { - border-color: #72777c; + border-color: #787c82; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); } @@ -536,7 +533,7 @@ .widgets_access #widgets-left .widget .widget-top:hover, .widgets_access #widgets-right .widget .widget-top:hover { - border-color: #ddd; + border-color: #dcdcde; } #available-widgets .widget-control-edit .edit, @@ -550,26 +547,24 @@ .widget-control-edit { display: block; - color: #666; - background: #EEE; + color: #646970; + background: #f0f0f1; padding: 0 15px; line-height: 3.30769230; - border-right: 1px solid #DDD; + border-right: 1px solid #dcdcde; } #widgets-left .widget-control-edit:hover, #widgets-right .widget-control-edit:hover { color: #fff; - background: #444; + background: #3c434a; border-right: 0; - outline: 1px solid #444; + outline: 1px solid #3c434a; } .widgets-holder-wrap .sidebar-name, .widgets-holder-wrap .sidebar-description { -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; user-select: none; } @@ -619,11 +614,11 @@ padding-right: 15px; font-size: 12px; line-height: 1; - color: black; + color: #000; } .js #removing-widget { - color: #00a0d2; + color: #72aee6; } .widget-control-noform, @@ -675,7 +670,7 @@ #available-widgets .widget-top:hover, div#widgets-right .widget-top:hover, #widgets-left .widget-top:hover { - border-color: #999; + border-color: #8c8f94; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); } @@ -691,11 +686,11 @@ } .widgets-chooser ul { - border: 1px solid #ccc; + border: 1px solid #c3c4c7; } .widgets-chooser li { - border-bottom: 1px solid #ccc; + border-bottom: 1px solid #c3c4c7; background: #fff; margin: 0; position: relative; @@ -724,7 +719,7 @@ } .widgets-chooser .widgets-chooser-selected .widgets-chooser-button { - background: #0073aa; + background: #2271b1; color: #fff; } @@ -776,7 +771,7 @@ } .custom-html-widget-fields > p > .CodeMirror { - border: 1px solid #e5e5e5; + border: 1px solid #dcdcde; } .custom-html-widget-fields code { padding-top: 1px;