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:
Andrew Ozz 2011-11-06 23:01:51 +00:00
parent 5c18d3b4f4
commit 5c397b2773
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -659,7 +659,7 @@ input.readonly, textarea.readonly {
.plugins .inactive th,
.plugins .inactive td,
tr.inactive + tr.plugin-update-tr .plugin-update {
background-color: #efede7;
background-color: #f4f4f4;
}
.plugin-update-tr .update-message {
@ -1687,7 +1687,7 @@ table.diff .diff-addedline ins {
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;
}