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:
parent
dc9c5073f5
commit
a901416416
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
|
@ -167,6 +167,10 @@ div.dashboard-widget,
|
|||
border-color: #ccc;
|
||||
}
|
||||
|
||||
#dashboard-widgets h4 {
|
||||
color: #222;
|
||||
}
|
||||
|
||||
#poststuff .inside label.spam,
|
||||
#poststuff .inside label.deleted {
|
||||
color: red;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -167,6 +167,10 @@ div.dashboard-widget,
|
|||
border-color: #ccc;
|
||||
}
|
||||
|
||||
#dashboard-widgets h4 {
|
||||
color: #222;
|
||||
}
|
||||
|
||||
#poststuff .inside label.spam,
|
||||
#poststuff .inside label.deleted {
|
||||
color: red;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -2853,7 +2853,7 @@ body #dashboard-widgets .postbox form .submit {
|
|||
}
|
||||
|
||||
.rssSummary {
|
||||
color: #999;
|
||||
color: #777;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
|
@ -2874,7 +2874,7 @@ body #dashboard-widgets .postbox form .submit {
|
|||
|
||||
#dashboard_primary .rss-widget span,
|
||||
#dashboard_primary .rss-widget span.rss-date {
|
||||
color: #bbb;
|
||||
color: #777;
|
||||
}
|
||||
|
||||
#dashboard_primary .rss-widget span.rss-date {
|
||||
|
@ -3049,7 +3049,7 @@ form.initial-form.quickpress-open input#title {
|
|||
|
||||
#title-wrap #title-prompt-text,
|
||||
.textarea-wrap #content-prompt-text {
|
||||
color: #BBB;
|
||||
color: #777;
|
||||
}
|
||||
|
||||
#title-wrap #title-prompt-text {
|
||||
|
@ -3114,7 +3114,7 @@ form.initial-form.quickpress-open input#title {
|
|||
margin-bottom: 1em;
|
||||
}
|
||||
#dashboard_quick_press .drafts li time {
|
||||
color: #bbb;
|
||||
color: #777;
|
||||
}
|
||||
|
||||
#dashboard_quick_press .drafts p {
|
||||
|
@ -3224,7 +3224,7 @@ form.initial-form.quickpress-open input#title {
|
|||
|
||||
#future-posts ul span,
|
||||
#published-posts ul span {
|
||||
color: #bbb;
|
||||
color: #777;
|
||||
float: right;
|
||||
margin-left: 8px;
|
||||
min-width: 150px;
|
||||
|
@ -4025,7 +4025,7 @@ ul.cat-checklist {
|
|||
|
||||
#titlediv #title-prompt-text,
|
||||
#wp-fullscreen-title-prompt-text {
|
||||
color: #bbb;
|
||||
color: #777;
|
||||
position: absolute;
|
||||
font-size: 1.7em;
|
||||
padding: 11px 10px;
|
||||
|
@ -8261,7 +8261,7 @@ h3:hover .edit-box {
|
|||
#latest-comments #the-comment-list .comment-item h4 {
|
||||
line-height: 1.5em;
|
||||
margin-top: 0;
|
||||
color: #999;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
#latest-comments #the-comment-list .comment-item h4 cite {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -2853,7 +2853,7 @@ body #dashboard-widgets .postbox form .submit {
|
|||
}
|
||||
|
||||
.rssSummary {
|
||||
color: #999;
|
||||
color: #777;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
|
@ -2874,7 +2874,7 @@ body #dashboard-widgets .postbox form .submit {
|
|||
|
||||
#dashboard_primary .rss-widget span,
|
||||
#dashboard_primary .rss-widget span.rss-date {
|
||||
color: #bbb;
|
||||
color: #777;
|
||||
}
|
||||
|
||||
#dashboard_primary .rss-widget span.rss-date {
|
||||
|
@ -3049,7 +3049,7 @@ form.initial-form.quickpress-open input#title {
|
|||
|
||||
#title-wrap #title-prompt-text,
|
||||
.textarea-wrap #content-prompt-text {
|
||||
color: #BBB;
|
||||
color: #777;
|
||||
}
|
||||
|
||||
#title-wrap #title-prompt-text {
|
||||
|
@ -3114,7 +3114,7 @@ form.initial-form.quickpress-open input#title {
|
|||
margin-bottom: 1em;
|
||||
}
|
||||
#dashboard_quick_press .drafts li time {
|
||||
color: #bbb;
|
||||
color: #777;
|
||||
}
|
||||
|
||||
#dashboard_quick_press .drafts p {
|
||||
|
@ -3224,7 +3224,7 @@ form.initial-form.quickpress-open input#title {
|
|||
|
||||
#future-posts ul span,
|
||||
#published-posts ul span {
|
||||
color: #bbb;
|
||||
color: #777;
|
||||
float: left;
|
||||
margin-right: 8px;
|
||||
min-width: 150px;
|
||||
|
@ -4025,7 +4025,7 @@ ul.cat-checklist {
|
|||
|
||||
#titlediv #title-prompt-text,
|
||||
#wp-fullscreen-title-prompt-text {
|
||||
color: #bbb;
|
||||
color: #777;
|
||||
position: absolute;
|
||||
font-size: 1.7em;
|
||||
padding: 11px 10px;
|
||||
|
@ -8261,7 +8261,7 @@ h3:hover .edit-box {
|
|||
#latest-comments #the-comment-list .comment-item h4 {
|
||||
line-height: 1.5em;
|
||||
margin-top: 0;
|
||||
color: #999;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
#latest-comments #the-comment-list .comment-item h4 cite {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue