diff --git a/src/wp-admin/css/dashboard.css b/src/wp-admin/css/dashboard.css index 6f7648d077..bd94d964d0 100644 --- a/src/wp-admin/css/dashboard.css +++ b/src/wp-admin/css/dashboard.css @@ -751,7 +751,7 @@ form.initial-form.quickpress-open input#title { } #activity-widget #the-comment-list .unapproved { - background-color: #fefaf7; + background-color: #fef7f1; } #activity-widget #the-comment-list .unapproved:before { @@ -1132,4 +1132,4 @@ a.rsswidget { font-size: 20px; margin: 0; } -} \ No newline at end of file +} diff --git a/src/wp-admin/css/list-tables.css b/src/wp-admin/css/list-tables.css index 7cc84db9a2..9de9bf7b61 100644 --- a/src/wp-admin/css/list-tables.css +++ b/src/wp-admin/css/list-tables.css @@ -177,7 +177,7 @@ strong .post-com-count:after { #the-comment-list .unapproved th, #the-comment-list .unapproved td { - background-color: #fefaf7; + background-color: #fef7f1; } #the-comment-list .unapproved th.check-column { @@ -1124,7 +1124,7 @@ ul.cat-checklist { .plugins .active.update td, .plugins .active.update th, tr.active.update + tr.plugin-update-tr .plugin-update { - background-color: #fefaf7; + background-color: #fef7f1; } .plugins .active th.check-column { diff --git a/src/wp-admin/css/themes.css b/src/wp-admin/css/themes.css index a1f388877e..7f40b21199 100644 --- a/src/wp-admin/css/themes.css +++ b/src/wp-admin/css/themes.css @@ -780,7 +780,7 @@ body.folded .theme-overlay .theme-wrap { /* Theme Updates info */ .theme-overlay .theme-update-message { - background: #fefaf7; + background: #fef7f1; border: 1px solid #eee; border-left: 4px solid #d54e21; -webkit-border-radius: 3px; diff --git a/src/wp-admin/edit-comments.php b/src/wp-admin/edit-comments.php index a573c40551..5f289762d6 100644 --- a/src/wp-admin/edit-comments.php +++ b/src/wp-admin/edit-comments.php @@ -121,7 +121,7 @@ get_current_screen()->add_help_tab( array( 'id' => 'moderating-comments', 'title' => __('Moderating Comments'), 'content' => - '
' . __( 'A yellow row means the comment is waiting for you to moderate it.' ) . '
' . + '' . __( 'A red bar on the left means the comment is waiting for you to moderate it.' ) . '
' . '' . __( 'In the Author column, in addition to the author’s name, email address, and blog URL, the commenter’s IP address is shown. Clicking on this link will show you all the comments made from this IP address.' ) . '
' . '' . __( 'In the Comment column, above each comment it says “Submitted on,” followed by the date and time the comment was left on your site. Clicking on the date/time link will take you to that comment on your live site. Hovering over any comment gives you options to approve, reply (and approve), quick edit, edit, spam mark, or trash that comment.' ) . '
' . '' . __( 'In the In Response To column, there are three elements. The text is the name of the post that inspired the comment, and links to the post editor for that entry. The View Post link leads to that post on your live site. The small bubble with the number in it shows the number of approved comments that post has received. If the bubble is gray, you have moderated all comments for that post. If it is blue, there are pending comments. Clicking the bubble will filter the comments screen to show only comments on that post.' ) . '
' .