Fixes for the blue theme, props helenyhou, see #19183
git-svn-id: https://develop.svn.wordpress.org/trunk@19195 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5c18d3b4f4
commit
5c397b2773
File diff suppressed because one or more lines are too long
|
@ -659,7 +659,7 @@ input.readonly, textarea.readonly {
|
||||||
.plugins .inactive th,
|
.plugins .inactive th,
|
||||||
.plugins .inactive td,
|
.plugins .inactive td,
|
||||||
tr.inactive + tr.plugin-update-tr .plugin-update {
|
tr.inactive + tr.plugin-update-tr .plugin-update {
|
||||||
background-color: #efede7;
|
background-color: #f4f4f4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.plugin-update-tr .update-message {
|
.plugin-update-tr .update-message {
|
||||||
|
@ -1687,7 +1687,7 @@ table.diff .diff-addedline ins {
|
||||||
background: transparent url(../images/arrows.png) no-repeat right 3px;
|
background: transparent url(../images/arrows.png) no-repeat right 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#screen-meta-links .screen-meta-active a.show-settings {
|
#screen-meta-links a.show-settings.screen-meta-active {
|
||||||
background: transparent url(../images/arrows.png) no-repeat right -33px;
|
background: transparent url(../images/arrows.png) no-repeat right -33px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue