Fixes for the blue theme, props helenyhou, see #19183
git-svn-id: http://svn.automattic.com/wordpress/trunk@19195 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a31f0ad164
commit
0ec64132db
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue