Darken light gray text on dashboard widgets to ensure adequate color contrast. Fixes #26162, props melchoyce.

Built from https://develop.svn.wordpress.org/trunk@26371


git-svn-id: http://core.svn.wordpress.org/trunk@26271 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Matt Thomas 2013-11-25 23:50:09 +00:00
parent dc9c5073f5
commit a901416416
11 changed files with 29 additions and 21 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -167,6 +167,10 @@ div.dashboard-widget,
border-color: #ccc; border-color: #ccc;
} }
#dashboard-widgets h4 {
color: #222;
}
#poststuff .inside label.spam, #poststuff .inside label.spam,
#poststuff .inside label.deleted { #poststuff .inside label.deleted {
color: red; color: red;

File diff suppressed because one or more lines are too long

View File

@ -167,6 +167,10 @@ div.dashboard-widget,
border-color: #ccc; border-color: #ccc;
} }
#dashboard-widgets h4 {
color: #222;
}
#poststuff .inside label.spam, #poststuff .inside label.spam,
#poststuff .inside label.deleted { #poststuff .inside label.deleted {
color: red; color: red;

File diff suppressed because one or more lines are too long

View File

@ -2853,7 +2853,7 @@ body #dashboard-widgets .postbox form .submit {
} }
.rssSummary { .rssSummary {
color: #999; color: #777;
margin-top: 4px; margin-top: 4px;
} }
@ -2874,7 +2874,7 @@ body #dashboard-widgets .postbox form .submit {
#dashboard_primary .rss-widget span, #dashboard_primary .rss-widget span,
#dashboard_primary .rss-widget span.rss-date { #dashboard_primary .rss-widget span.rss-date {
color: #bbb; color: #777;
} }
#dashboard_primary .rss-widget span.rss-date { #dashboard_primary .rss-widget span.rss-date {
@ -3049,7 +3049,7 @@ form.initial-form.quickpress-open input#title {
#title-wrap #title-prompt-text, #title-wrap #title-prompt-text,
.textarea-wrap #content-prompt-text { .textarea-wrap #content-prompt-text {
color: #BBB; color: #777;
} }
#title-wrap #title-prompt-text { #title-wrap #title-prompt-text {
@ -3114,7 +3114,7 @@ form.initial-form.quickpress-open input#title {
margin-bottom: 1em; margin-bottom: 1em;
} }
#dashboard_quick_press .drafts li time { #dashboard_quick_press .drafts li time {
color: #bbb; color: #777;
} }
#dashboard_quick_press .drafts p { #dashboard_quick_press .drafts p {
@ -3224,7 +3224,7 @@ form.initial-form.quickpress-open input#title {
#future-posts ul span, #future-posts ul span,
#published-posts ul span { #published-posts ul span {
color: #bbb; color: #777;
float: right; float: right;
margin-left: 8px; margin-left: 8px;
min-width: 150px; min-width: 150px;
@ -4025,7 +4025,7 @@ ul.cat-checklist {
#titlediv #title-prompt-text, #titlediv #title-prompt-text,
#wp-fullscreen-title-prompt-text { #wp-fullscreen-title-prompt-text {
color: #bbb; color: #777;
position: absolute; position: absolute;
font-size: 1.7em; font-size: 1.7em;
padding: 11px 10px; padding: 11px 10px;
@ -8261,7 +8261,7 @@ h3:hover .edit-box {
#latest-comments #the-comment-list .comment-item h4 { #latest-comments #the-comment-list .comment-item h4 {
line-height: 1.5em; line-height: 1.5em;
margin-top: 0; margin-top: 0;
color: #999; color: #666;
} }
#latest-comments #the-comment-list .comment-item h4 cite { #latest-comments #the-comment-list .comment-item h4 cite {

File diff suppressed because one or more lines are too long

View File

@ -2853,7 +2853,7 @@ body #dashboard-widgets .postbox form .submit {
} }
.rssSummary { .rssSummary {
color: #999; color: #777;
margin-top: 4px; margin-top: 4px;
} }
@ -2874,7 +2874,7 @@ body #dashboard-widgets .postbox form .submit {
#dashboard_primary .rss-widget span, #dashboard_primary .rss-widget span,
#dashboard_primary .rss-widget span.rss-date { #dashboard_primary .rss-widget span.rss-date {
color: #bbb; color: #777;
} }
#dashboard_primary .rss-widget span.rss-date { #dashboard_primary .rss-widget span.rss-date {
@ -3049,7 +3049,7 @@ form.initial-form.quickpress-open input#title {
#title-wrap #title-prompt-text, #title-wrap #title-prompt-text,
.textarea-wrap #content-prompt-text { .textarea-wrap #content-prompt-text {
color: #BBB; color: #777;
} }
#title-wrap #title-prompt-text { #title-wrap #title-prompt-text {
@ -3114,7 +3114,7 @@ form.initial-form.quickpress-open input#title {
margin-bottom: 1em; margin-bottom: 1em;
} }
#dashboard_quick_press .drafts li time { #dashboard_quick_press .drafts li time {
color: #bbb; color: #777;
} }
#dashboard_quick_press .drafts p { #dashboard_quick_press .drafts p {
@ -3224,7 +3224,7 @@ form.initial-form.quickpress-open input#title {
#future-posts ul span, #future-posts ul span,
#published-posts ul span { #published-posts ul span {
color: #bbb; color: #777;
float: left; float: left;
margin-right: 8px; margin-right: 8px;
min-width: 150px; min-width: 150px;
@ -4025,7 +4025,7 @@ ul.cat-checklist {
#titlediv #title-prompt-text, #titlediv #title-prompt-text,
#wp-fullscreen-title-prompt-text { #wp-fullscreen-title-prompt-text {
color: #bbb; color: #777;
position: absolute; position: absolute;
font-size: 1.7em; font-size: 1.7em;
padding: 11px 10px; padding: 11px 10px;
@ -8261,7 +8261,7 @@ h3:hover .edit-box {
#latest-comments #the-comment-list .comment-item h4 { #latest-comments #the-comment-list .comment-item h4 {
line-height: 1.5em; line-height: 1.5em;
margin-top: 0; margin-top: 0;
color: #999; color: #666;
} }
#latest-comments #the-comment-list .comment-item h4 cite { #latest-comments #the-comment-list .comment-item h4 cite {

File diff suppressed because one or more lines are too long