Revisions: Update the Styling for the Revisions UI props karmatosed see #23497.
git-svn-id: http://core.svn.wordpress.org/trunk@23638 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
af53edb696
commit
082e9342b7
|
@ -1459,19 +1459,25 @@ div.wp-menu-image {
|
||||||
|
|
||||||
/* Diff */
|
/* Diff */
|
||||||
table.diff .diff-deletedline {
|
table.diff .diff-deletedline {
|
||||||
background-color: #fdd;
|
background-color: #ffe5e6;
|
||||||
|
color: #8b0012;
|
||||||
|
text-decoration: line-through;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.diff .diff-deletedline del {
|
table.diff .diff-deletedline del {
|
||||||
background-color: #f99;
|
background-color: #ffe5e6;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.diff .diff-addedline {
|
table.diff .diff-addedline {
|
||||||
background-color: #dfd;
|
background-color: #e9f6ea;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.diff .diff-addedline ins {
|
table.diff .diff-addedline ins {
|
||||||
background-color: #9f9;
|
background-color: #e9f6ea;
|
||||||
|
}
|
||||||
|
|
||||||
|
#diffsubheader{
|
||||||
|
background-color: #f7f7f7;
|
||||||
}
|
}
|
||||||
|
|
||||||
#att-info {
|
#att-info {
|
||||||
|
|
|
@ -1353,29 +1353,33 @@ div.wp-menu-image {
|
||||||
/* Diff */
|
/* Diff */
|
||||||
table.diff .diff-deletedline {
|
table.diff .diff-deletedline {
|
||||||
background-color: #ffe5e6;
|
background-color: #ffe5e6;
|
||||||
color: #f2001f;
|
color: #8b0012;
|
||||||
text-decoration: line-through;
|
text-decoration: line-through;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.diff .diff-deletedline del {
|
table.diff .diff-deletedline del {
|
||||||
background-color: #f99;
|
background-color: #ffe5e6;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.diff .diff-deletedline-symbol {
|
table.diff .diff-deletedline-symbol {
|
||||||
color: #f2001f;
|
color: #8b0012;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.diff .diff-addedline {
|
table.diff .diff-addedline {
|
||||||
background-color: #e9f6ea;
|
background-color: #e9f6ea;
|
||||||
color: #00a500;
|
color: #035a03;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.diff .diff-addedline-symbol {
|
table.diff .diff-addedline-symbol {
|
||||||
color: #00a500;
|
color: #035a03;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.diff .diff-addedline ins {
|
table.diff .diff-addedline ins {
|
||||||
background-color: #9f9;
|
background-color: #e9f6ea;
|
||||||
|
}
|
||||||
|
|
||||||
|
#diffsubheader{
|
||||||
|
background-color: #f7f7f7;
|
||||||
}
|
}
|
||||||
|
|
||||||
#att-info {
|
#att-info {
|
||||||
|
|
|
@ -3582,7 +3582,7 @@ table.diff .diff-addedline ins {
|
||||||
}
|
}
|
||||||
|
|
||||||
#diffheader {
|
#diffheader {
|
||||||
border-bottom: 2px solid #999;
|
border-bottom: 1px solid #dfdfdf;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 45px;
|
height: 45px;
|
||||||
line-height: 45px;
|
line-height: 45px;
|
||||||
|
@ -3590,8 +3590,7 @@ table.diff .diff-addedline ins {
|
||||||
}
|
}
|
||||||
|
|
||||||
#diffsubheader {
|
#diffsubheader {
|
||||||
background-color: #eee;
|
border-bottom: 1px solid #dfdfdf;
|
||||||
border-bottom: 2px solid #999;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height:35px;
|
height:35px;
|
||||||
line-height: 35px;
|
line-height: 35px;
|
||||||
|
|
Loading…
Reference in New Issue