Revisions UI: Increase the text contrast/color for the diffs. see #23810.

git-svn-id: http://core.svn.wordpress.org/trunk@23995 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2013-04-15 18:57:04 +00:00
parent 731f040664
commit 2feeb121ff
2 changed files with 8 additions and 19 deletions

View File

@ -1459,21 +1459,20 @@ div.wp-menu-image {
/* Diff */
table.diff .diff-deletedline {
background-color: #ffe5e6;
color: #8b0012;
background-color: #fdd;
text-decoration: line-through;
}
table.diff .diff-deletedline del {
background-color: #ffe5e6;
background-color: #ffaaaa;
}
table.diff .diff-addedline {
background-color: #e9f6ea;
background-color: #dfd;
}
table.diff .diff-addedline ins {
background-color: #e9f6ea;
background-color: #aaffaa;
}
.diff-header {

View File

@ -1353,30 +1353,20 @@ div.wp-menu-image {
/* Diff */
table.diff .diff-deletedline {
background-color: #ffe5e6;
color: #8b0012;
background-color: #fdd;
text-decoration: line-through;
}
table.diff .diff-deletedline del {
background-color: #ffe5e6;
}
table.diff .diff-deletedline-symbol {
color: #8b0012;
background-color: #ffaaaa;
}
table.diff .diff-addedline {
background-color: #e9f6ea;
color: #035a03;
}
table.diff .diff-addedline-symbol {
color: #035a03;
background-color: #dfd;
}
table.diff .diff-addedline ins {
background-color: #e9f6ea;
background-color: #aaffaa;
}
#diff-title-to strong {