mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
CSS coding standards for [23995]. props SergeyBiryukov. see #23810.
git-svn-id: https://develop.svn.wordpress.org/trunk@24064 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1464,7 +1464,7 @@ table.diff .diff-deletedline {
|
||||
}
|
||||
|
||||
table.diff .diff-deletedline del {
|
||||
background-color: #ffaaaa;
|
||||
background-color: #faa;
|
||||
}
|
||||
|
||||
table.diff .diff-addedline {
|
||||
@@ -1472,7 +1472,7 @@ table.diff .diff-addedline {
|
||||
}
|
||||
|
||||
table.diff .diff-addedline ins {
|
||||
background-color: #aaffaa;
|
||||
background-color: #afa;
|
||||
}
|
||||
|
||||
.diff-header {
|
||||
@@ -1484,7 +1484,7 @@ table.diff .diff-addedline ins {
|
||||
}
|
||||
|
||||
.revision-tick.completed-false {
|
||||
background-color: #9999cc;
|
||||
background-color: #99c;
|
||||
background: url(../images/wpspin_light.gif) no-repeat;
|
||||
background-position: middle;
|
||||
background-size: 1px 10px;
|
||||
|
||||
@@ -1358,7 +1358,7 @@ table.diff .diff-deletedline {
|
||||
}
|
||||
|
||||
table.diff .diff-deletedline del {
|
||||
background-color: #ffaaaa;
|
||||
background-color: #faa;
|
||||
}
|
||||
|
||||
table.diff .diff-addedline {
|
||||
@@ -1366,7 +1366,7 @@ table.diff .diff-addedline {
|
||||
}
|
||||
|
||||
table.diff .diff-addedline ins {
|
||||
background-color: #aaffaa;
|
||||
background-color: #afa;
|
||||
}
|
||||
|
||||
#diff-title-to strong {
|
||||
@@ -1378,7 +1378,7 @@ table.diff .diff-addedline ins {
|
||||
}
|
||||
|
||||
.revision-tick.completed-false {
|
||||
background-color: #9999cc;
|
||||
background-color: #99c;
|
||||
background: url(../images/wpspin_light.gif) no-repeat;
|
||||
background-position: middle;
|
||||
background-size: 1px 10px;
|
||||
|
||||
Reference in New Issue
Block a user