diff -r 34716fd837a4 -r be944660c56a wp/wp-admin/css/dashboard-rtl.css --- a/wp/wp-admin/css/dashboard-rtl.css Tue Dec 15 15:52:01 2020 +0100 +++ b/wp/wp-admin/css/dashboard-rtl.css Wed Sep 21 18:19:35 2022 +0200 @@ -56,13 +56,13 @@ } #dashboard-widgets .postbox-container .empty-container { - outline: 3px dashed #b4b9be; + outline: 3px dashed #c3c4c7; height: 250px; } /* Only highlight drop zones when dragging and only in the 2 columns layout. */ .is-dragging-metaboxes #dashboard-widgets .meta-box-sortables { - outline: 3px dashed #606a73; + outline: 3px dashed #646970; /* Prevent margin on the child from collapsing with margin on the parent. */ display: flow-root; } @@ -77,7 +77,7 @@ transform: translateY( -50% ); padding: 0 2em; text-align: center; - color: #606a73; + color: #646970; font-size: 16px; line-height: 1.5; display: none; @@ -117,7 +117,7 @@ overflow: auto; margin: 16px 0; padding: 23px 10px 0; - border: 1px solid #ccd0d4; + border: 1px solid #c3c4c7; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); background: #fff; font-size: 13px; @@ -141,7 +141,7 @@ } .welcome-panel p { - color: #72777c; + color: #646970; } .welcome-panel li a { @@ -204,7 +204,7 @@ .welcome-panel-column p { margin-top: 7px; - color: #444; + color: #3c434a; } .welcome-panel .welcome-widgets-menus { @@ -231,9 +231,9 @@ #dashboard_right_now li a:before, #dashboard_right_now li span:before, #dashboard_right_now .search-engines-info:before { - color: #606a73; + color: #646970; font: normal 20px/1 dashicons; - speak: none; + speak: never; display: inline-block; padding: 0 0 0 10px; position: relative; @@ -377,7 +377,7 @@ } .community-events li.event-none { - border-right: 4px solid #00a0d2; + border-right: 4px solid #72aee6; } #dashboard-widgets .community-events li.event-none a { @@ -415,7 +415,7 @@ } .community-events ul { - background-color: #fafafa; + background-color: #f6f7f7; padding-right: 0; padding-left: 0; padding-bottom: 0; @@ -424,18 +424,18 @@ .community-events li { margin: 0; padding: 8px 12px; - color: #32373c; + color: #2c3338; } .community-events li:first-child { - border-top: 1px solid #eee; + border-top: 1px solid #f0f0f1; } .community-events li ~ li { - border-top: 1px solid #eee; + border-top: 1px solid #f0f0f1; } .community-events .activity-block.last { - border-bottom: 1px solid #eee; + border-bottom: 1px solid #f0f0f1; padding-top: 0; margin-top: -1px; } @@ -452,7 +452,7 @@ } .event-icon:before { - color: #606a73; + color: #646970; font-size: 18px; } .event-meetup .event-icon:before { @@ -476,8 +476,8 @@ margin-top: 0; margin-bottom: 0; padding: 12px; - border-top: 1px solid #eee; - color: #ddd; + border-top: 1px solid #f0f0f1; + color: #dcdcde; } /* Safari 10 + VoiceOver specific: without this, the hidden text gets read out before the link. */ @@ -513,7 +513,7 @@ } .rssSummary { - color: #72777c; + color: #646970; margin-top: 4px; } @@ -533,7 +533,7 @@ #dashboard_primary .rss-widget span, #dashboard_primary .rss-widget span.rss-date { - color: #72777c; + color: #646970; } #dashboard_primary .rss-widget span.rss-date { @@ -597,14 +597,14 @@ /* Dashboard right now - Colors */ #dashboard_right_now .sub { - color: #555d66; - background: #f5f5f5; - border-top: 1px solid #eee; + color: #50575e; + background: #f6f7f7; + border-top: 1px solid #f0f0f1; padding: 10px 12px 6px 12px; } #dashboard_right_now .sub h3 { - color: #555; + color: #50575e; } #dashboard_right_now .sub p { @@ -613,7 +613,7 @@ #dashboard_right_now .warning a:before, #dashboard_right_now .warning span:before { - color: #d54e21; + color: #d63638; } /* Dashboard Quick Draft */ @@ -625,7 +625,7 @@ #dashboard_quick_press div.updated { margin-bottom: 10px; - border: 1px solid #eee; + border: 1px solid #f0f0f1; border-width: 1px 0 1px 1px; } @@ -670,7 +670,7 @@ /* Dashboard Quick Draft - Drafts list */ .js #dashboard_quick_press .drafts { - border-top: 1px solid #eee; + border-top: 1px solid #f0f0f1; } #dashboard_quick_press .drafts abbr { @@ -694,7 +694,7 @@ margin-bottom: 1em; } #dashboard_quick_press .drafts li time { - color: #72777c; + color: #646970; } #dashboard_quick_press .drafts p { @@ -720,7 +720,7 @@ padding: 0; font-size: 14px; font-weight: 400; - color: #23282d; + color: #1d2327; } #dashboard_quick_press .drafts h2 { @@ -757,20 +757,20 @@ } #dashboard_activity .no-activity p { - color: #72777c; + color: #646970; font-size: 16px; } #dashboard_activity .subsubsub { float: none; - border-top: 1px solid #eee; + border-top: 1px solid #f0f0f1; margin: 0 -12px; padding: 8px 12px 4px; } #dashboard_activity .subsubsub a .count, #dashboard_activity .subsubsub a.current .count { - color: #72777c; /* white background on the dashboard but #f1f1f1 on list tables */ + color: #646970; /* white background on the dashboard but #f0f0f1 on list tables */ } #future-posts ul, @@ -789,11 +789,11 @@ display: inline-block; margin-left: 5px; min-width: 150px; - color: #72777c; + color: #646970; } .activity-block { - border-bottom: 1px solid #eee; + border-bottom: 1px solid #f0f0f1; margin: 0 -12px; padding: 8px 12px 4px; } @@ -803,7 +803,7 @@ } .activity-block .subsubsub li { - color: #ddd; + color: #dcdcde; } /* Dashboard activity widget - Comments */ @@ -817,7 +817,7 @@ } #activity-widget #the-comment-list .comment-item { - background: #fafafa; + background: #f6f7f7; padding: 12px; position: relative; } @@ -840,11 +840,11 @@ } #activity-widget #the-comment-list .comment-item:first-child { - border-top: 1px solid #eeeeee; + border-top: 1px solid #f0f0f1; } #activity-widget #the-comment-list .unapproved { - background-color: #fef7f1; + background-color: #fcf9e8; } #activity-widget #the-comment-list .unapproved:before { @@ -854,7 +854,7 @@ right: 0; top: 0; bottom: 0; - background: #d54e21; + background: #d63638; width: 4px; } @@ -956,7 +956,7 @@ #latest-comments #the-comment-list .comment-meta { line-height: 1.5; margin: 0; - color: #666; + color: #646970; } #latest-comments #the-comment-list .comment-meta cite { @@ -996,7 +996,7 @@ } .rss-widget span.rss-date { - color: #72777c; + color: #646970; font-size: 13px; margin-right: 3px; } @@ -1027,33 +1027,23 @@ } #dashboard_browser_nag p.browser-update-nag.has-browser-icon { - padding-left: 125px; + padding-left: 128px; } #dashboard_browser_nag .browser-icon { - margin-top: -35px; -} - -#dashboard_browser_nag.postbox.browser-insecure { - background-color: #ac1b1b; - border-color: #ac1b1b; + margin-top: -32px; } #dashboard_browser_nag.postbox { - background-color: #e29808; + background-color: #b32d2e; background-image: none; - border-color: #edc048; + border-color: #b32d2e; color: #fff; box-shadow: none; } -#dashboard_browser_nag.postbox.browser-insecure h2 { - border-bottom-color: #cd5a5a; - color: #fff; -} - #dashboard_browser_nag.postbox h2 { - border-bottom-color: #f6e2ac; + border-bottom-color: transparent; background: transparent none; color: #fff; box-shadow: none; @@ -1063,6 +1053,10 @@ color: #fff; } +#dashboard_browser_nag.postbox .postbox-header { + border-color: transparent; +} + #dashboard_browser_nag h2.hndle { border: none; font-weight: 600; @@ -1082,12 +1076,12 @@ /* PHP Nag */ #dashboard_php_nag .dashicons-warning { - color: #ffb900; + color: #dba617; padding-left: 6px; } #dashboard_php_nag.php-insecure .dashicons-warning { - color: #df3232; + color: #d63638; } #dashboard_php_nag h2 {