Improve contrast of revision diffs. Fixes #24422.

git-svn-id: https://develop.svn.wordpress.org/trunk@24355 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith 2013-05-25 16:48:37 +00:00
parent 5d5bf06ad5
commit 21bcd96e6e
3 changed files with 4 additions and 15 deletions

View File

@ -1625,8 +1625,7 @@ a.post-state-format,
/* Diff */
table.diff .diff-deletedline {
background-color: #fdd;
border-color: #ffc0c0;
background-color: #ffe9e9;
}
table.diff .diff-deletedline del {
@ -1634,8 +1633,7 @@ table.diff .diff-deletedline del {
}
table.diff .diff-addedline {
background-color: #dfd;
border-color: #aef9ae;
background-color: #e9ffe9;
}
table.diff .diff-addedline ins {

View File

@ -1519,8 +1519,7 @@ a.post-state-format,
/* Diff */
table.diff .diff-deletedline {
background-color: #fdd;
border-color: #ffc0c0;
background-color: #ffe9e9;
}
table.diff .diff-deletedline del {
@ -1528,8 +1527,7 @@ table.diff .diff-deletedline del {
}
table.diff .diff-addedline {
background-color: #dfd;
border-color: #aef9ae;
background-color: #e9ffe9;
}
table.diff .diff-addedline ins {

View File

@ -3563,13 +3563,6 @@ table.diff td,
table.diff th {
padding: .5em;
font-family: Consolas, Monaco, monospace;
border-radius: 3px;
}
table.diff .diff-deletedline,
table.diff .diff-addedline {
border-width: 1px;
border-style: solid;
}
table.diff .diff-deletedline del,