Improve contrast of revision diffs. Fixes #24422.

git-svn-id: http://core.svn.wordpress.org/trunk@24355 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Daryl Koopersmith 2013-05-25 16:48:37 +00:00
parent eebf8126d5
commit 49ec824b9f
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,