Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/wp-admin/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -2245,7 +2245,7 @@ html.wp-toolbar {

.postbox .handle-order-higher,
.postbox .handle-order-lower {
color: #787c82;
color: #646970;
width: 1.62rem;
}

Expand Down Expand Up @@ -3659,7 +3659,7 @@ img {
.postbox .handlediv.button-link,
.item-edit,
.toggle-indicator {
color: #787c82;
color: #646970;
}

.widget-action {
Expand Down
4 changes: 2 additions & 2 deletions src/wp-admin/css/dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@
margin-bottom: 0;
padding: 12px;
border-top: 1px solid #f0f0f1;
color: #dcdcde;
color: #646970;
}

/* Safari 10 + VoiceOver specific: without this, the hidden text gets read out before the link. */
Expand Down Expand Up @@ -962,7 +962,7 @@ body #dashboard-widgets .postbox form .submit {
}

.activity-block .subsubsub li {
color: #dcdcde;
color: #646970;
}

/* Dashboard activity widget - Comments */
Expand Down
2 changes: 1 addition & 1 deletion src/wp-admin/css/list-tables.css
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ p.pagenav {
}

.row-actions {
color: #a7aaad;
color: #646970;
font-size: 13px;
padding: 2px 0 0;
position: relative;
Expand Down
Loading